Examining Engine Capabilities

Revision as of 23:53, 24 November 2015 by Jhernandez3 (talk | contribs) (Created page with "Category: Analytica Optimizer Guide <breadcrumbs> Analytica Optimizer Guide > {{PAGENAME}}</breadcrumbs><br /> Information about the limits on the maximum number of varia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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 problem types displayed include 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.