public abstract class LoExpression extends ReExpression
Project: choco-solver.
Modifier and Type | Class and Description |
---|---|
static class |
LoExpression.Operator
List of available operator for relational expression
|
NO_CHILD
Constructor and Description |
---|
LoExpression() |
Modifier and Type | Method and Description |
---|---|
abstract BoolVar |
boolVar() |
abstract Model |
getModel()
Return the associated model
|
and, beval, decompose, extension, extractVar, ieval, iff, imp, intVar, not, or, post, xor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abs, add, add, add, dist, dist, div, div, eq, eq, eq, ge, ge, getExpressionChild, gt, gt, isExpressionLeaf, le, le, lt, lt, max, max, max, min, min, min, mod, mod, mul, mul, mul, ne, ne, neg, pow, pow, sqr, sub, sub
public abstract Model getModel()
getModel
in interface ArExpression
getModel
in class ReExpression
public abstract BoolVar boolVar()
boolVar
in class ReExpression
BoolVar
.
If necessary, it creates intermediary variable and posts intermediary constraintsCopyright © 2017. All rights reserved.