-
Procedure
GMP::Instance::
SetStartingPointSelection
(GMP, selectedColumnNumbers)¶
GMP::Instance::SetStartingPointSelection¶
The procedure GMP::Instance::SetStartingPointSelection
specifies a
selection of columns for which an initial value is given. This selection
is only used for mathematical programs of type COP
and CSP
.
GMP::Instance::SetStartingPointSelection(
GMP, ! (input) a generated mathematical program
selectedColumnNumbers ! (input) a subset of Integers
)
Arguments¶
- GMP
An element in the set
AllGeneratedMathematicalPrograms
.- selectedColumnNumbers
An expression that results in a subset of the set
Integers
.
Return Value¶
The procedure returns 1 on success, or 0 otherwise.
See also
The functions GMP::Instance::Generate
, GMP::Instance::GetColumnNumbers
and GMP::Instance::Solve
.