You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TLPSolution Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TLPSolution Enumeration

LP system solution.

Syntax
C#
Visual Basic
public enum TLPSolution : uint { LPEmptyFeasableRegion, LPFiniteSolution, LPUnboundedObjectiveFunction }

Optimization.cs

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!