CONOPT
|
call the FDEval for all constraints, including linear constraints.
CONOPT will usually only call the user provided FDEval
routine for nonlinear constraints. However, some models may have constant terms included in FDEval
instead of in the right hand side, also for linear constraints.
FDEval
routine is programmed this way you must tell CONOPT to call FDEval
for all constraints, linear as well as nonlinear, by calling this method with FVforAll = 1
. Calling again with FVforAll = 0
will return CONOPT to its default behavior.fvforall | the linear constraints in functions |