Procedure GMP::Instance::DeleteLimitBinaryDeviationRow(GMP, refNo)

GMP::Instance::DeleteLimitBinaryDeviationRow

The procedure GMP::Instance::DeleteIntegerEliminationRows deletes a row from a GMP that was added using the procedure GMP::Instance::AddLimitBinaryDeviationRow.

GMP::Instance::DeleteLimitBinaryDeviationRow(
     GMP,          ! (input) a generated mathematical program
     [refNo]       ! (optional, default 1) a scalar integer value
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

refNo

A positive integer scalar value representing a reference number. The default is 1.

Return Value

The procedure returns 1 on success, or 0 otherwise.