CONOPT
|
include the linear terms in function evaluations.
CONOPT assumes that the function values returned by the user defined callback routine FDEval
only include nonlinear terms, i.e. terms that correspond to variables that appear nonlinearly in the particular constraint.
If you prefer your FDEval
routine to return function values as the sum of both linear and nonlinear terms then you must inform CONOPT by calling this method with FVincLin = 1
. FVincLin = 0
will return CONOPT to the default behavior.
fvinclin | the linear terms in functions |