DECOMP_MASTER
<decomp-master-options> ;
MASTER
<decomp-master-options> ;
The DECOMP_MASTER statement controls the master problem.
Table 13.10 summarizes the options available in the DECOMP_MASTER statement. These options control the master LP solver in the decomposition algorithm during the solution of an LP or a MILP. (As indicated, you can specify the PRINTLEVEL= option only in the OPTLP procedure.) For descriptions of these options, see the section LP Solver Options and the section PROC OPTLP Statement.
The following default values differ from the LP solver defaults: ALGORITHM=PS, PRESOLVER=NONE, and BASIS=WARMSTART. These different defaults are motivated by the fact that primal feasibility of the master problem is preserved when columns are added, so a warm start from the previous optimal basis tends to be more efficient than solving the master from scratch in each iteration.
Table 13.10: Options in the DECOMP_MASTER Statement
Description |
decomp-master-option |
---|---|
Algorithm Option |
|
Specifies the master algorithm |
|
Presolve Option |
|
Specifies, for the first master solve only, the type of presolve |
|
Specifies the type of presolve |
|
Control Options |
|
Specifies the feasibility tolerance |
|
Specifies how frequently to print the solution progress |
|
Specifies the level of detail of solution progress to print in the log |
|
Specifies the maximum number of iterations |
|
Specifies the time limit for the optimization process |
|
Specifies the optimality tolerance |
|
Enables or disables printing summary (OPTLP procedure only) |
|
Specifies whether time units are CPU time or real time |
|
Specifies the type of initial basis |
|
Specifies the type of pricing strategy |
|
Specifies the queue size for determining the entering variable |
|
Enables or disables scaling of the problem |
|
Interior Point Algorithm Options |
|
Enables or disables interior crossover |
|
Specifies the stopping criterion based on a duality gap |
|
Specifies the stopping criterion based on dual infeasibility |
|
Specifies the stopping criterion based on primal infeasibility |
In addition to the options listed in Table 13.10, you can specify the following decomp-master-option in the DECOMP_MASTER statement.