Examining Engine Capabilities

Revision as of 23:54, 24 November 2015 by Jhernandez3 (talk | contribs)


Information about the limits on the maximum number of variables or constraints allowed by each installed engine can be accessed using this expression:

 OptEngineInfo( "All",["MaxVars","MaxIntVars","MaxConstraints"])

This returns a table indexed by .ProblemType, .Engine and the limit type, e.g.:

7-1.png

The displayed problem types are:

Element Description
LP linear program
QP quadratic objective, linear constraints
QCP quadratic with convex quadratic constraints

(solvers designed specifically for quadratics treat this as if the problem is convex)

NLP smooth nonlinear
NSP non-smooth nonlinear
Comments


You are not allowed to post comments.