The Linear Programming Solver

Functional Summary

Table 8.1 summarizes the list of options available for the SOLVE WITH LP statement, classified by function.

Table 8.1: Options for the LP Solver
Description Option
Solver Options: 
enable or disable IIS detection (experimental)IIS=
type of solverSOLVER=
Presolve Option: 
type of presolvePRESOLVER=
Control Options: 
feasibility toleranceFEASTOL=
maximum number of iterationsMAXITER=
upper limit on real time used to solve the problemMAXTIME=
optimality toleranceOPTTOL=
frequency of printing solution progressPRINTFREQ=
use CPU/real timeTIMETYPE=
Simplex Algorithm Options: 
type of initial basisBASIS=
type of pricing strategyPRICETYPE=
queue size for determining entering variableQUEUESIZE=
enable or disable scaling of the problemSCALE=
Interior Point Algorithm Options: 
stopping criterion based on duality gapSTOP_DG=
stopping criterion based on dual infeasibilitySTOP_DI=
stopping criterion based on primal infeasibilitySTOP_PI=
Previous Page | Next Page | Top of Page