Procedure GMP::Instance::SetCutoff(GMP, cutoff)

GMP::Instance::SetCutoff

The procedure GMP::Instance::SetCutoff specifies a cutoff value that is used during the solution process of the generated mathematical program.

GMP::Instance::SetCutoff(
     GMP,            ! (input) a generated mathematical program
     cutoff          ! (input) scalar numerical expression
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

cutoff

A scalar value.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note

This procedure is only used for MIP models.

See also

The routines GMP::Instance::Generate, GMP::Instance::Solve, GMP::Instance::SetIterationLimit, GMP::Instance::GMP::Instance::SetMemoryLimit and GMP::Instance::SetTimeLimit.