ObjOrConstrKeyDefn Structure

Note: This API is now obsolete.
Objective function or constraint builder state containing key and definition information.

Definition

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

Methods

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

Operators

BitwiseOr(ObjOrConstrKeyDefn, ConstraintExpr) 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.
BitwiseOr(ObjOrConstrKeyDefn, Direction) Combines the key and definition on the left hand side of the pipe operator with the direction on the right hand side and returns resulting objective function builder.
BitwiseOr(ObjOrConstrKeyDefn, ForAllSets) Combines the key and definition on the left hand side of the pipe operator with the forall sets expression on the right hand side, and returns resulting constraint builder.
BitwiseOr(ObjOrConstrKeyDefn, ObjectiveDirection) Combines the key and definition on the left hand side of the pipe operator with the direction on the right hand side and returns resulting objective function builder.

See Also