Difference between revisions of "Examining Engine Capabilities"
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...") |
Jhernandez3 (talk | contribs) |
||
Line 8: | Line 8: | ||
[[File:7-1.png|350px]] | [[File:7-1.png|350px]] | ||
− | The problem types | + | The displayed problem types are: |
{| class="wikitable" cellpadding="2" | {| class="wikitable" cellpadding="2" |
Revision as of 23:54, 24 November 2015
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 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
Enable comment auto-refresher