Constraint Class

Constraint of a mathematical model.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public class Constraint
Inheritance
Object    Constraint

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
LogToConsole Logs the constraint to the console.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Operators

(ConstraintExpr to Constraint) Implicitly converts a constraint expression to a constraint where key and definition are omitted.

Fields

ConstraintDefinition Definition of the constraint.
ConstraintKey Key of the constraint.

See Also