ConstrKeyDefnForall Structure

Note: This API is now obsolete.
Constraint builder state containing key, definition and forall expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct ConstrKeyDefnForall
Inheritance
Object    ValueType    ConstrKeyDefnForall

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
ToString
(Inherited from ValueType)

Operators

BitwiseOr(ConstrKeyDefnForall, ConstraintExpr) Combines the left hand side of the pipe operator containing key, definition and forall expression with the constraint expression in the right hand side, and returns the resulting constraint.

See Also