The Quadratic Programming Solver -- Experimental

Functional Summary

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

Table 12.1: Options for the QP Solver
Description Option
Control Options: 
maximum number of iterationsMAXITER=
upper limit on real time used to solve the problemMAXTIME=
type of presolvePRESOLVER=
frequency of printing solution progressPRINTFREQ=
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