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...")
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.:
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
Enable comment auto-refresher