The Quadratic Programming Solver -- Experimental |
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 SolverDescription | 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= |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.