Difference between revisions of "Error Messages/42588"
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = Example | + | [[Category: Error messages]] |
+ | |||
+ | == Example error message == | ||
:[[Image:TooManyOptVars.png]] | :[[Image:TooManyOptVars.png]] | ||
− | = Cause = | + | == Cause == |
− | The Solver engines that come built-in with Analytica Optimizer have limits on the number of variables and constraints that can appear in a single optimization problem. You've exceeded the maximum number of variables for an integer optimization problem. | + | The Solver engines that come built-in with [[Analytica Optimizer Guide|Analytica Optimizer]] have limits on the number of variables and constraints that can appear in a single optimization problem. You've exceeded the maximum number of variables for an integer optimization problem. |
− | {| | + | :{| class="wikitable" |
! rowspan="2" | Engine | ! rowspan="2" | Engine | ||
! colspan="2" | Continuous Optimization | ! colspan="2" | Continuous Optimization | ||
Line 14: | Line 16: | ||
!Max Variables !! Max Constraints !! Max Variables !! Max Constraints | !Max Variables !! Max Constraints !! Max Variables !! Max Constraints | ||
|- | |- | ||
− | + | ! LP/Quadratic | |
+ | | 8000 || 8000 || 2000 || 8000 | ||
|- | |- | ||
− | + | ! SOCP Barrier | |
+ | | 2000 || 2000 || 2000 || 2000 | ||
|- | |- | ||
− | + | ! GRG Nonlinear | |
+ | | 1000 || 1000 || 1000 || 1000 | ||
|- | |- | ||
− | + | ! Evolutionary | |
+ | | 1000 || 1000 || 1000 || 1000 | ||
|} | |} | ||
− | = Remedy = | + | == Remedy == |
You can reformulate your problem to have fewer variables, find a way to make it continuous so that the continuous bound will apply, or you can purchase and use an add-on engine. The add-on engines do not have this limit (except for one, the LSGRG engine, which has a limit of 12,000 variables and 12,000 constraints). For a list of the available add-on engines and pricing see [http://www.lumina.com/products/analytica-optimizer/more-powerful-solver-engines/ Powerful solver engines available for Optimizer]. | You can reformulate your problem to have fewer variables, find a way to make it continuous so that the continuous bound will apply, or you can purchase and use an add-on engine. The add-on engines do not have this limit (except for one, the LSGRG engine, which has a limit of 12,000 variables and 12,000 constraints). For a list of the available add-on engines and pricing see [http://www.lumina.com/products/analytica-optimizer/more-powerful-solver-engines/ Powerful solver engines available for Optimizer]. | ||
Line 29: | Line 35: | ||
This message is actually a warning, but if you ignore the warning, your solution will be [[Null]], and the [[OptStatusText|status]] will contain this message. | This message is actually a warning, but if you ignore the warning, your solution will be [[Null]], and the [[OptStatusText|status]] will contain this message. | ||
− | = See Also = | + | == See Also == |
− | |||
* [http://www.lumina.com/products/analytica-optimizer/more-powerful-solver-engines/ Powerful solver engines available for Optimizer] | * [http://www.lumina.com/products/analytica-optimizer/more-powerful-solver-engines/ Powerful solver engines available for Optimizer] | ||
+ | * [[Using a Solver Add-on Engine]] | ||
* [[DefineOptimization]] | * [[DefineOptimization]] | ||
* [[OptEngineInfo]] | * [[OptEngineInfo]] | ||
+ | * [[OptStatusText]] | ||
+ | * [[Analytica Optimizer Guide]] | ||
+ | * [[Memory usage and management]] |
Latest revision as of 20:51, 15 March 2016
Example error message
Cause
The Solver engines that come built-in with Analytica Optimizer have limits on the number of variables and constraints that can appear in a single optimization problem. You've exceeded the maximum number of variables for an integer optimization problem.
Engine Continuous Optimization (Mixed) Integer Optimization Max Variables Max Constraints Max Variables Max Constraints LP/Quadratic 8000 8000 2000 8000 SOCP Barrier 2000 2000 2000 2000 GRG Nonlinear 1000 1000 1000 1000 Evolutionary 1000 1000 1000 1000
Remedy
You can reformulate your problem to have fewer variables, find a way to make it continuous so that the continuous bound will apply, or you can purchase and use an add-on engine. The add-on engines do not have this limit (except for one, the LSGRG engine, which has a limit of 12,000 variables and 12,000 constraints). For a list of the available add-on engines and pricing see Powerful solver engines available for Optimizer.
This message is actually a warning, but if you ignore the warning, your solution will be Null, and the status will contain this message.
Enable comment auto-refresher