Initializing help system before first use

MIPDUALREDUCTIONS

Description
Branch and Bound: Limits operations that can reduce the MIP solution space.
Type
Integer
Values
2 
Allow dual reductions on continuous variables only.
1 
Allow all dual reductions.
0 
Prevent all dual reductions.
Default value
1
Note
The MIPDUALREDUCTIONS control, when set to a value different from 1 will adjust the values of other controls in order to prevent MIP solver operations that can result in the removal of dominated solutions. For example, dual reductions during preprocessing attempts to remove dominated solutions based on objective arguments, assuming that all constraints are known to the Optimizer. If a problem is detected to have symmetries, the solver might also remove some symmetrical solutions from the search space. In both cases, the set of feasible MIP solutions might be reduced. With default settings, it is only guaranteed that at least one optimal solution remains.
Note
When attempting to collect the n-best solutions, it is recommended to set MIPDUALREDUCTIONS=2. This will ensure that the only solutions missed by the enumeration are those that only differ from an existing solution in the values of the continuous variables.
Note
Advanced users that maintain external constraints, which are applied dynamically to the problem using callbacks during a branch-and-bound solve, it is recommended to set MIPDUALREDUCTIONS=0. This ensures that any solution to the original problem that satisfies all of the user's external constraints maps to a feasible solution in the presolved space.
Affects routines
See also

© 2001-2020 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.