Initializing help system before first use

MIPSTOPSTAGE

Description
This control allows stopping a MIP solve in an early stage of the solution process. If the control is set to a stage that is already completed then the next optimization will stop immediately. If the solution process stops due to this control, the STOPSTATUS attribute is set to MIPSTAGE.
Type
Integer
Topic areas
Values
0 
MIPSTOPSTAGE_NONE— Do not stop at an early stage of the solve.
1 
MIPSTOPSTAGE_PRESOLVE— Stop after presolve.
2 
MIPSTOPSTAGE_PREROOTHEURS— Stop after heuristics run before the initial relaxation.
3 
MIPSTOPSTAGE_INITIALRELAXATION— Stop after solving the initial relaxation.
4 
MIPSTOPSTAGE_ROOT— Stop at the end of the root node.
Default value
0
Note

For a single objective MIP, a sequence like MIPSTOPSTAGE=PRESOLVE, optimize(), MIPSTOPSTAGE=PREROOTHEURS, optimize(), MIPSTOPSTAGE=INITIALRELAXATION, optimize(), MIPSTOPSTAGE=ROOT, optimize(), essentially steps through the early stages of a solve.

This stepping will not work for multi-objective problems since a multi-objective solve always starts from the initial stage of the first objective.

Affects routines
Category
Control

© 2001-2026 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.