| The OPTLP Procedure |
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 set | DATA= |
| dual input data set for warm start | DUALIN= |
| dual solution output data set | DUALOUT= |
| objective sense (maximization or minimization) | OBJSENSE= |
| primal input data set for warm start | PRIMALIN= |
| primal solution output data set | PRIMALOUT= |
| save output data sets only if optimal | SAVE_ONLY_IF_OPTIMAL |
| Solver Options: | |
| enable or disable IIS detection (experimental) | IIS= |
| type of solver | SOLVER= |
| Presolve Option: | |
| type of presolve | PRESOLVER= |
| Control Options: | |
| feasibility tolerance | FEASTOL= |
| maximum number of iterations | MAXITER= |
| upper limit on time used to solve the problem | MAXTIME= |
| optimality tolerance | OPTTOL= |
| frequency of printing solution progress | PRINTFREQ= |
| enable/disable printing summary | PRINTLEVEL= |
| use CPU/real time | TIMETYPE= |
| Simplex Algorithm Options: | |
| type of initial basis | BASIS= |
| type of pricing strategy | PRICETYPE= |
| queue size for determining entering variable | QUEUESIZE= |
| enable or disable scaling of the problem | SCALE= |
| Interior Point Algorithm Options: | |
| stopping criterion based on duality gap | STOP_DG= |
| stopping criterion based on dual infeasibility | STOP_DI= |
| stopping criterion based on primal infeasibility | STOP_PI= |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.