You are here: Symbol Reference > Optimization Namespace > Structs, Records, Enums > Optimization.TLPSolution Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.TLPSolution Enumeration

LP system solution.

Pascal
TLPSolution = ( LPEmptyFeasableRegion, LPFiniteSolution, LPUnboundedObjectiveFunction );
Members 
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. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!