| The OPTQP Procedure |
Table 17.1 outlines the options available for the OPTQP procedure classified by function.
Table 17.1: Options in the OPTQP Procedure| Description | Option |
| Data Set Options: | |
| QPS-format input SAS data set | DATA= |
| dual solution output SAS data set | DUALOUT= |
| objective sense (maximization or minimization) | OBJSENSE= |
| primal solution output SAS data set | PRIMALOUT= |
| save output data sets only if optimal | SAVE_ONLY_IF_OPTIMAL |
| Control Options: | |
| maximum number of iterations | MAXITER= |
| maximum real time | MAXTIME= |
| type of presolve | PRESOLVER= |
| enable/disable iteration log | PRINTFREQ= |
| enable/disable printing summary | PRINTLEVEL= |
| 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.