The OPTLP Procedure

Functional Summary

Table 15.1 summarizes the list of options available for the OPTLP procedure, classified by function.

Table 15.1: Options for the OPTLP Procedure
Description Option
Data Set Options: 
input data setDATA=
dual input data set for warm startDUALIN=
dual solution output data setDUALOUT=
objective sense (maximization or minimization)OBJSENSE=
primal input data set for warm startPRIMALIN=
primal solution output data setPRIMALOUT=
save output data sets only if optimalSAVE_ONLY_IF_OPTIMAL
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 time used to solve the problemMAXTIME=
optimality toleranceOPTTOL=
frequency of printing solution progressPRINTFREQ=
enable/disable printing summaryPRINTLEVEL=
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