MPL for Windows Manual
You can change the MIP cuts options for XPRESS by choosing XPRESS Parameters from the Options menu and then pressing the MIP Cuts tab. This will display the MIP cuts file options for XPRESS in the dialog box as shown below:
Figure 4.59: The MIP Cuts Tab in XPRESS Options Dialog Box
XPRESS automatically generates and applies cuts tailored to your problem. Adding cuts during the global search may lead to bound changes on variables, in addition to those imposed by the branch-and-bound algorithm, which come in to effect when branching.
The Cut strategy option has the following possible selections: Automatic (default)/No cuts; Conservative cut strategy/Aggressive cut strategy.
The Level and Frequency option has the following possible selections. Generate cuts every n levels: specifies the frequency at which cuts are generated in the tree search. If the depth of the node modulo this value is zero, then cuts will be generated. The default is 8. Generate cuts until n levels deep in the tree: specifies the maximum depth in the tree search at which cuts will be generated. The default is 0, so cuts are not generated in the tree by default.
LCI at root Number of rounds of lifted cover inequalities at the top node, default is 2.
LCI in tree Number of rounds of lifted cover inequalities at nodes in the tree, default is 2.
Gomory at root Number of rounds of Gomory cuts at the top node, default is 2.
Gomory in tree Number of rounds of Gomory cuts at nodes in the tree, default is 2.
The Max cuts option contains the maximum number of cuts in the cut pool. For maximum efficiency, the space-allocating Max cuts option should be specified by the user if their values are known. If this is not done, resizing will occur automatically, but more space may be allocated than the user requires. The default value is 200 cuts.
The Max Nonzero Coeffs. option contains the maximum number of nonzero coefficients in the cut pool.