MPL for Windows Manual


Previous Page Table of Contents Next Page

Change CPLEX MIP Strategy Options

You can change the MIP strategy options for CPLEX by choosing CPLEX parameters from the Options menu and then pressing the MIP Strategy tab. This will display the MIP strategy options for CPLEX in the dialog box as shown below:

Figure 4.46: The CPLEX MIP Stategy Options Dialog Box

Node Selection

The Node selection option is used to set the rule for selecting the next node to process when backtracking (proceeding back through the tree when a node is infeasible or cutoff). The Best Bound method works better for many problems; but Depth First may find a good solution deep in the tree faster. Depth first will also use less memory.

Best bound interval When using Best-Estimate Search, the Best Bound Interval is the interval at which the best bound node, instead of the best estimate node, will be selected from the tree The default value is 7.

Variable Selection

The Variable selection option is used to set the rule for selecting the branching variable at the node which has been selected for branching.

MIP Probe

Determines the amount of variable probing to be performed on a problem. Probing can be both very powerful and very time consuming. Setting the value Probing level 1-3 can in some cases result in dramatic reductions or dramatic increases in solution time on particular models.

MIP Priority order

A priority order assigns a branching priority to some or all of the integer variables. Variables with priorities will be branched on before variables without priorities. Variables with higher priorities will be branched on before variables with lower priorities (when the variables have fractional values). To switch off this function, make sure the box is unchecked.

Branch Direction

The Branch direction option is used to decide which branch, the up branch or the down branch, should be taken first at each node. For some problems, directing the algorithm to always branch up or down can improve performance.


    Back to Top   |   Maximal Home Page   |   Table of Contents   |   Previous Page   |   Next Page

webmaster@maximalsoftware.com.   Copyright (C) 1997-2003 Maximal Software, Inc.   -   All rights reserved.