choco.cp.solver.constraints.reified.leaves.bool
Class GeqNode
java.lang.Object
choco.kernel.solver.constraints.reified.INode
choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode
choco.cp.solver.constraints.reified.leaves.bool.GeqNode
- All Implemented Interfaces:
- IPretty, BoolNode
public final class GeqNode
- extends AbstractBoolNode
- implements BoolNode
Methods inherited from class choco.kernel.solver.constraints.reified.INode |
computeLinearExpr, countNbVar, getModelScope, getNbSubTrees, getScope, getSubtree, getType, hasOnlyVariablesLeaves, isAConstant, isALinearTerm, isAVariable, isBoolean, isCsteEqualTo, isDecompositionPossible, isReified, setIndexes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeqNode
public GeqNode(INode[] subt)
checkTuple
public final boolean checkTuple(int[] tuple)
- Specified by:
checkTuple
in interface BoolNode
extractConstraint
public SConstraint extractConstraint(Solver s)
- Description copied from class:
AbstractBoolNode
- Extracts the sub constraint without reifying it !
- Specified by:
extractConstraint
in interface BoolNode
- Specified by:
extractConstraint
in class AbstractBoolNode
- Parameters:
s
- solver
- Returns:
- SConstraint
pretty
public String pretty()
- Description copied from interface:
IPretty
- pretty printing of the object. This String is not constant and may depend on the context.
- Specified by:
pretty
in interface IPretty
- Returns:
- a readable string representation of the object
Copyright © 2012. All Rights Reserved.