Uses of Interface
org.maxicp.modeling.BoolVar
Packages that use BoolVar
Package
Description
Root package of MaxiCP
Solver objects
Symbolic Modeling API
Symbolic modeling over boolean variables
Concrete modeling API
Symbolic modeling of integer variables and objective functions
-
Uses of BoolVar in org.maxicp
Methods in org.maxicp that return BoolVarModifier and TypeMethodDescriptionModelDispatcher.boolVar()BoolVar[]ModelDispatcher.boolVarArray(int n) -
Uses of BoolVar in org.maxicp.cp.engine.core
Subinterfaces of BoolVar in org.maxicp.cp.engine.coreModifier and TypeInterfaceDescriptioninterfaceBoolean variable, that can be used as a 0-1 IntVar.Classes in org.maxicp.cp.engine.core that implement BoolVar -
Uses of BoolVar in org.maxicp.modeling
Methods in org.maxicp.modeling that return BoolVarModifier and TypeMethodDescriptionSeqVar.isNodeRequired(int node) Gives a variable telling if a given node must be visitedIntervalVar.status() -
Uses of BoolVar in org.maxicp.modeling.algebra.bool
Methods in org.maxicp.modeling.algebra.bool that return BoolVar -
Uses of BoolVar in org.maxicp.modeling.concrete
Subinterfaces of BoolVar in org.maxicp.modeling.concrete -
Uses of BoolVar in org.maxicp.modeling.symbolic
Subinterfaces of BoolVar in org.maxicp.modeling.symbolicClasses in org.maxicp.modeling.symbolic that implement BoolVarMethods in org.maxicp.modeling.symbolic that return BoolVarModifier and TypeMethodDescriptionIntervalVarImpl.defaultStatus()SymbolicIntervalVar.defaultStatus()SeqVarImpl.isNodeRequired(int node) default BoolVarSymbolicIntervalVar.status()