TLPSolution Enumeration

type TLPSolution = ( LPEmptyFeasableRegion, LPFiniteSolution, LPUnboundedObjectiveFunction );

LP system solution.

Values

NameDescription
LPEmptyFeasableRegionSystem has empty feasable region.
LPFiniteSolutionSystem has a finite (bounded) solution.
LPUnboundedObjectiveFunctionSystem 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.