Orx.MathProg (C#)
C#
Show/Hide TOC
Math
Model
Solution
Is
Feasible Property
Returns whether or not the solution is feasible.
Definition
Namespace:
Orx.MathProg.Solvers
Assembly:
Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
Copy
public
bool
IsFeasible
{
get
; }
Property Value
Boolean
See Also
Reference
MathModelSolution Class
Orx.MathProg.Solvers Namespace
In This Article
Definition
See Also