enum class TLPSolution : unsigned int;
LP system solution.
Values
| Name | Description |
|---|---|
| LPEmptyFeasableRegion | System has empty feasable region. |
| LPFiniteSolution | System has a finite (bounded) solution. |
| LPUnboundedObjectiveFunction | System has unbounded (plus or minus infinity) objective function f(x). Otherwise function objectiva value is bounded. In this case there are three possibilities for a linear programming problem. It may be bounded feasible, it may be unbounded feasible, and it may be infeasible. |