|
LinFloatExpr | Gecode::operator+ (const FloatVal &, const FloatVar &) |
| Construct linear float expression as sum of float variable and float. More...
|
|
LinFloatExpr | Gecode::operator+ (const FloatVal &, const LinFloatExpr &) |
| Construct linear float expression as sum of linear float expression and float. More...
|
|
LinFloatExpr | Gecode::operator+ (const FloatVar &, const FloatVal &) |
| Construct linear float expression as sum of float variable and float. More...
|
|
LinFloatExpr | Gecode::operator+ (const LinFloatExpr &, const FloatVal &) |
| Construct linear float expression as sum of linear float expression and float. More...
|
|
LinFloatExpr | Gecode::operator+ (const FloatVar &, const FloatVar &) |
| Construct linear float expression as sum of float variables. More...
|
|
LinFloatExpr | Gecode::operator+ (const FloatVar &, const LinFloatExpr &) |
| Construct linear float expression as sum of float variable and linear float expression. More...
|
|
LinFloatExpr | Gecode::operator+ (const LinFloatExpr &, const FloatVar &) |
| Construct linear float expression as sum of linear float expression and float variable. More...
|
|
LinFloatExpr | Gecode::operator+ (const LinFloatExpr &, const LinFloatExpr &) |
| Construct linear float expression as sum of linear float expressions. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVal &, const FloatVar &) |
| Construct linear float expression as sum of float variable and float. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVal &, const LinFloatExpr &) |
| Construct linear float expression as sum of float and linear float expression. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVar &, const FloatVal &) |
| Construct linear float expression as sum of float variable and float. More...
|
|
LinFloatExpr | Gecode::operator- (const LinFloatExpr &, const FloatVal &) |
| Construct linear float expression as sum of linear float expression and float. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVar &, const FloatVar &) |
| Construct linear float expression as sum of float variables. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVar &, const LinFloatExpr &) |
| Construct linear float expression as sum of float variable and linear float expression. More...
|
|
LinFloatExpr | Gecode::operator- (const LinFloatExpr &, const FloatVar &) |
| Construct linear float expression as sum of linear float expression and float variable. More...
|
|
LinFloatExpr | Gecode::operator- (const LinFloatExpr &, const LinFloatExpr &) |
| Construct linear float expression as sum of linear float expressions. More...
|
|
LinFloatExpr | Gecode::operator- (const FloatVar &) |
| Construct linear float expression as negative of float variable. More...
|
|
LinFloatExpr | Gecode::operator- (const LinFloatExpr &) |
| Construct linear float expression as negative of linear float expression. More...
|
|
LinFloatExpr | Gecode::operator* (const FloatVal &, const FloatVar &) |
| Construct linear float expression as product of float coefficient and float variable. More...
|
|
LinFloatExpr | Gecode::operator* (const FloatVar &, const FloatVal &) |
| Construct linear float expression as product of float coefficient and float variable. More...
|
|
LinFloatExpr | Gecode::operator* (const LinFloatExpr &, const FloatVal &) |
| Construct linear float expression as product of float coefficient and linear float expression. More...
|
|
LinFloatExpr | Gecode::operator* (const FloatVal &, const LinFloatExpr &) |
| Construct linear float expression as product of float coefficient and linear float expression. More...
|
|
LinFloatExpr | Gecode::sum (const FloatVarArgs &x) |
| Construct linear float expression as sum of float variables. More...
|
|
LinFloatExpr | Gecode::sum (const FloatValArgs &a, const FloatVarArgs &x) |
| Construct linear float expression as sum of float variables with coefficients. More...
|
|
FloatVar | Gecode::expr (Home home, const LinFloatExpr &e) |
| Post float expression and return its value. More...
|
|