The OPTQP Procedure

Functional Summary

Table 12.1 outlines the options available for the OPTQP procedure classified by function.

Table 12.1: Options in the OPTQP Procedure

Description

Option

Data Set Options

 

Specifies a QPS-format input SAS data set

DATA=

Specifies a dual solution output SAS data set

DUALOUT=

Specifies whether the QP model is a maximization or minimization problem

OBJSENSE=

Specifies the primal solution output SAS data set

PRIMALOUT=

Saves output data sets only if optimal

SAVE_ONLY_IF_OPTIMAL

Control Options

 

Specifies the maximum number of iterations

MAXITER=

Specifies the time limit for the optimization process

MAXTIME=

Specifies the type of presolve

PRESOLVER=

Enables or disables iteration log

LOGFREQ=

Enables or disables printing summary

PRINTLEVEL=

Specifies the stopping criterion based on duality gap

STOP_DG=

Specifies the stopping criterion based on dual infeasibility

STOP_DI=

Specifies the stopping criterion based on primal infeasibility

STOP_PI=

Specifies units of CPU time or real time

TIMETYPE=