ConstraintExpr 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#
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