Constraint Sense

Units:-
Mode:Input Only
Multi-band:False
Default Value:0
Validation Rule:In (-1,0,1)
Key Property:No
Description:Constraint sense (less than or equal to, equal to, greater than or equal to)

Constraint Sense defines the direction of the constraint. The constraint sense must take one of the following values:

≤ "less-than or equal-to" (Value = -1)
The right-hand side is an upper bound on the value of the left-hand side.
= "equal to" (Value = 0)
The constraint left-hand side must equal the right-hand side.
≥ "greater-than or equal-to" (Value = 1)
The right-hand side is a lower bound on the value of the left-hand side.

See also:

Note that at the current implementation, the sense of the constraint will be the sense in the first period of the simulation and does not change through out the simulation.