ObjOrConstrKeyDefnBitwiseOr(ObjOrConstrKeyDefn, ConstraintExpr) Operator

Combines the key and definition on the left hand side of the pipe operator with the constraint expression on the right hand side and returns the resulting single constraint without a forall expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Constraint operator |(
	ObjOrConstrKeyDefn keyDefn,
	ConstraintExpr constraintExpression
)

Parameters

keyDefn  ObjOrConstrKeyDefn
Key and definition of the constraint.
constraintExpression  ConstraintExpr
Constraint expression.

Return Value

Constraint

See Also