ClLinearEquation

Undocumented in source.

Constructors

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

Members

Functions

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