defsecurevecs


Purpose
Define the sets of variables and constraints that must not be removed by the presolve.
Synopsis
procedure defsecurevecs(vset:set of mpvar,cset:set of linctr)
Arguments
vset 
Set of decision variables to preserve or {} to reset a previous setting
cset 
Set of constraints to preserve or {} to reset a previous setting
Further information
This procedure stores references to the provided sets that are used when the problem is loaded into the optimizer. These sets can be modified after the call to this procedure: the optimizer will use the current content of the sets at the time of loading the problem.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.