Orx.MathProg (C#)
C#
Show/Hide TOC
Constraint
Expr Class
A constraint expression which is composed of three parts:
lhs: a linear mathematical expression
relation: <= or >= or ==
rhs: a linear mathematical expression
Definition
Namespace:
Orx.MathProg
Assembly:
Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
Copy
public
class
ConstraintExpr
Inheritance
Object
ConstraintExpr
Methods
Equals
(Inherited from
Object
)
Finalize
(Inherited from
Object
)
GetHashCode
(Inherited from
Object
)
GetType
(Inherited from
Object
)
MemberwiseClone
(Inherited from
Object
)
ToString
(Inherited from
Object
)
See Also
Reference
Orx.MathProg Namespace
In This Article
Definition
Methods
See Also