Uses of Enum Class
org.maxicp.modeling.algebra.sequence.SeqStatus
Packages that use SeqStatus
Package
Description
Solver objects
Symbolic Modeling API
Symbolic modeling for sequence variables
Symbolic modeling of integer variables and objective functions
-
Uses of SeqStatus in org.maxicp.cp.engine.core
Methods in org.maxicp.cp.engine.core with parameters of type SeqStatusModifier and TypeMethodDescriptionintCopies the nodes matching a status into an array.intintintCopies the predecessors matching a status into an array.intintCopies the predecessors of a node matching a status into an array.intintintCopies the successors matching a status into an array.intintCopies the successors of a node matching a status into an array.intintbooleanTells if the node is matching a status.booleanbooleanTells if a node is matching a status.booleanbooleanintGives the number of nodes matching a status.intint -
Uses of SeqStatus in org.maxicp.modeling
Methods in org.maxicp.modeling with parameters of type SeqStatusModifier and TypeMethodDescriptionintCopies the nodes matching a status into an array.intCopies the predecessors of a node matching a status into an array.intCopies the successors of a node matching a status into an array.booleanTells if a node is matching a status.intGives the number of nodes matching a status. -
Uses of SeqStatus in org.maxicp.modeling.algebra.sequence
Methods in org.maxicp.modeling.algebra.sequence that return SeqStatus -
Uses of SeqStatus in org.maxicp.modeling.symbolic
Methods in org.maxicp.modeling.symbolic with parameters of type SeqStatusModifier and TypeMethodDescriptionintSeqVarImpl.defaultFillNode(int[] dest, SeqStatus status) intSymbolicSeqVar.defaultFillNode(int[] dest, SeqStatus status) intSeqVarImpl.defaultFillPred(int node, int[] dest, SeqStatus status) intSymbolicSeqVar.defaultFillPred(int node, int[] dest, SeqStatus status) intSeqVarImpl.defaultFillSucc(int node, int[] dest, SeqStatus status) intSymbolicSeqVar.defaultFillSucc(int node, int[] dest, SeqStatus status) booleanSeqVarImpl.defaultIsNode(int node, SeqStatus status) booleanSymbolicSeqVar.defaultIsNode(int node, SeqStatus status) intSeqVarImpl.defaultNNode(SeqStatus status) intSymbolicSeqVar.defaultNNode(SeqStatus status) default intdefault intdefault intdefault booleandefault int