Error Messages/42608

< Error Messages
Revision as of 17:11, 28 April 2023 by Lchrisman (talk | contribs) (Created page with "== Example Error Message == :Optimizing an unbounded objective function when solving the problem defined in OptDef using DefineOptimization(). == Why it occurs == The sol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


You are not allowed to post comments.