Previous Page | Next Page

The Quadratic Programming Solver

Functional Summary

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

Table 14.1 Options for the QP Solver

Description

Option

Control Options:

 

Maximum number of iterations

MAXITER=

Upper limit on real time used to solve the problem

MAXTIME=

Type of presolve

PRESOLVER=

Frequency of printing solution progress

PRINTFREQ=

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=


Note: This procedure is experimental.

Previous Page | Next Page | Top of Page