Error Messages/42608
Example Error Message
- Optimizing an unbounded objective function when solving the problem defined in OptDef using DefineOptimization().
Why it occurs
The solver engine believes that the objective grows without bound (in a maximize problem) as you move in some direction. Hence, you'll never reach a solution point.
A trivial example would be
- <math>maximize y := x^3
Comments
Enable comment auto-refresher