defsecurevecs
defsecurevecs |
Purpose
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.
Module