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 13.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 and the section PROC OPTMILP Statement.
Table 13.12: Options in the DECOMP_MASTER_IP Statement
Description |
decomp-master-ip-option |
---|---|
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 |
|
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 |
|
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 |
|
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 number of simplex iterations performed on each variable in strong branching strategy |
|
Specifies the number of candidates for strong branching |
|
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 |
In addition to the decomp-master-ip-options specified in Table 13.12, you can specify the following decomp-master-ip-option in the DECOMP_MASTER_IP statement.