Procedure GMP::Row::DeactivateMulti(GMP, binding, row)

GMP::Row::DeactivateMulti

The procedure GMP::Row::DeactivateMulti deactivates a group of rows, belonging to a constraint, in a generated mathematical program.

GMP::Row::DeactivateMulti(
     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.