DECOMP_MASTER_IP
<decomp-master-ip-options> ;
MASTER_IP
<decomp-master-ip-options> ;
For mixed integer linear programming problems, the DECOMP_MASTER_IP statement controls the (restricted) master problem, which is solved as a MILP with the current set of columns in an effort to obtain an integer-feasible solution.
Table 14.12 summarizes the options available in the DECOMP_MASTER_IP statement. These options control the MILP solver that is used to solve the integer version of the master problem. For descriptions of these options, see the section MILP Solver Options in Chapter 7: The Mixed Integer Linear Programming Solver and the section PROC OPTMILP Statement in Chapter 12: The OPTMILP Procedure. Some options have different defaults when you use the decomposition algorithm, as shown in Table 14.12.
Table 14.12: Options in the DECOMP_MASTER_IP Statement
Description |
decomp-master-ip-option |
Different |
---|---|---|
Default |
||
Presolve Option |
||
Specifies the type of presolve |
||
Control Options |
||
Specifies the stopping criterion based on an absolute objective gap |
||
Specifies the cutoff value for node removal |
||
Emphasizes feasibility or optimality |
||
Specifies the maximum violation on variables and constraints |
1E–7 |
|
Specifies the maximum allowed difference between an integer variable’s value and an integer |
||
Specifies how frequently to print the node log |
||
Specifies the level of detail of solution progress to print in the log |
||
Specifies the maximum number of nodes to be processed |
||
Specifies the maximum number of solutions to be found |
||
Specifies the time limit for the optimization process |
||
Specifies the tolerance used when deciding on the optimality of nodes in the branch-and-bound tree |
1E–7 |
|
Specifies whether to use the previous best primal solution as a warm start |
||
Specifies the probing level |
||
Specifies the stopping criterion based on a relative objective gap |
0.01 |
|
Specifies the scale of the problem matrix |
||
Specifies the stopping criterion based on the target objective value |
||
Specifies whether time units are CPU time or real time |
||
Heuristics Option |
||
Specifies the primal heuristics level |
||
Search Options |
||
Specifies the level of conflict search |
||
Specifies the node selection strategy |
||
Specifies the initial seed for the random number generator |
||
Specifies the number of simplex iterations performed on each variable in strong branching strategy |
||
Specifies the number of candidates for strong branching |
||
Specifies the level of symmetry detection |
||
Specifies the rule for selecting branching variable |
||
Cut Options |
||
Specifies the cut level for all cuts |
||
Specifies the clique cut level |
||
Specifies the flow cover cut level |
||
Specifies the flow path cut level |
||
Specifies the Gomory cut level |
||
Specifies the generalized upper bound (GUB) cover cut level |
||
Specifies the implied bounds cut level |
||
Specifies the knapsack cover cut level |
||
Specifies the lift-and-project cut level |
||
Specifies the mixed lifted 0-1 cut level |
||
Specifies the mixed integer rounding (MIR) cut level |
||
Specifies the row multiplier factor for cuts |
||
Specifies the overall cut aggressiveness |
||
Specifies the zero-half cut level |
† MAXNODES=100,000 in the root node, and MAXNODES=10,000 in nodes that are not the root.
The following option is listed in Table 14.12 but is not described in the MILP solver sections. This option is specific to the DECOMP_MASTER_IP statement.