Namespace OPTANO.Modeling.Optimization.Operators
Classes
Abs
Represents the Operator for an absolute value
Ceil
Represents the Operator for a ceil roundoff
Floor
Represents the Operator for a floor roundoff
Implication
An implication constraint
Max
Represents the Operator for a maximum
Min
Represents the Operator for a minimum
Not
Represents the operator for the not operation for constraints
OperatorConstraint
Represents a costraint group that is linked with a certain operator.
OperatorExpression
An operator expression connects (a number of) Expressions, using an operator as, e.g., Min, Plus, Times, etc.
Or
Represents the operator for the or operation for constraints
Plus
Represents the Operator for an addition
Times
Represents the Operator for a multiplication