- Procedure GMP::Row::ActivateMulti(GMP, binding, row)
GMP::Row::ActivateMulti
The procedure GMP::Row::ActivateMulti
activates a group of deactivated rows,
belonging to a constraint, in a generated mathematical program.
GMP::Row::ActivateMulti(
GMP, ! (input) a generated mathematical program
binding, ! (input) an index binding
row ! (input) a constraint expression
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms
.- binding
An index binding that specifies and possibly limits the scope of indices.
- row
A constraint that, combined with the binding domain, specifies the rows.
Return Value
The procedure returns 1 on success, and 0 otherwise.
See also
The routines GMP::Instance::Generate
, GMP::Row::Activate
and GMP::Row::Deactivate
.