MipPresolve Enumeration
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 44.01.01
[FlagsAttribute] public enum MipPresolve
Member name | Value | Description | |
---|---|---|---|
ReducedCostFixing | 1 | Primal reductions will be performed at each node. Uses constraints of the node to tighten the range of variables, often resulting in fixing their values. This greatly simplifies the problem and may even determine optimality or infeasibility of the node before the simplex method commences. | |
LogicPreprossessing | 2 | [Unused] This bit is no longer used to control probing. Refer to the integer control PREPROBING for setting probing level during presolve. | |
AllowChangeBounds | 8 | Allow that symmetry is used to presolve the node problem. | |
DualReductions | 16 | ||
GlobalCoefficientTightening | 32 | ||
ObjectiveBasedReductions | 64 | ||
AllowTreeRestart | 128 | ||
SymmetryReductions | 256 |
Reference
© 2001-2024 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.