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
     colSet          ! (input) a subset of Integers
     )

Arguments

GMP

An element in the set AllGeneratedMathematicalPrograms.

colSet

A subset of the set Integers, representing a set of column numbers.

Return Value

The procedure returns 1 on success, or 0 otherwise.