Enumeration for specifying the status of a solution to a linear programming problem.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum SolutionStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration SolutionStatus |
| Visual C++ |
|---|
public enum class SolutionStatus |
Members
| Member name | Description | |
|---|---|---|
| FiniteSolutionFound |
Success. A finite solution was found.
| |
| Unbounded |
Failure. There is no single optimal solution.
| |
| Infeasible |
Failure. No solution satisfies all the contraints.
|