ClLinearInequality

Undocumented in source.

Constructors

this
this(ClLinearExpression cle, ClStrength strength, double weight)
Undocumented in source.
this
this(ClVariable clv1, InequalityType op, ClVariable clv2, ClStrength strength, double weight)
Undocumented in source.
this
this(ClVariable clv, InequalityType op, double val, ClStrength strength, double weight)
Undocumented in source.
this
this(ClLinearExpression cle1, InequalityType op, ClLinearExpression cle2, ClStrength strength, double weight)
Undocumented in source.
this
this(ClAbstractVariable clv, InequalityType op, ClLinearExpression cle, ClStrength strength, double weight)
Undocumented in source.
this
this(ClLinearExpression cle, InequalityType op, ClAbstractVariable clv, ClStrength strength, double weight)
Undocumented in source.

Members

Functions

isInequality
bool isInequality()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ClLinearConstraint

expression
ClLinearExpression expression()
Undocumented in source. Be warned that the author may not have intended to support it.
setExpression
void setExpression(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
_expression
ClLinearExpression _expression;
Undocumented in source.

Meta