Uses of Interface
choco.kernel.memory.IStateBitSet

Packages that use IStateBitSet
choco.cp.common.util.iterators   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree   
choco.cp.solver.constraints.global.tree.structure.inputStructure   
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms   
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews   
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph   
choco.cp.solver.search.task   
choco.cp.solver.variables.integer   
choco.cp.solver.variables.set   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.structure   
choco.kernel.solver.variables.integer A package devoted to the management of variables and domains for integers 
samples.tutorials.to_sort.socialgolfer   
samples.tutorials.to_sort.tsp   
 

Uses of IStateBitSet in choco.cp.common.util.iterators
 

Methods in choco.cp.common.util.iterators with parameters of type IStateBitSet
 void BitSetIntDomainIterator.init(int theOffset, IStateBitSet theContents)
          Freeze the iterator, cannot be reused.
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering
 

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering declared as IStateBitSet
protected  IStateBitSet Nproper.tmp
          the set of nodes that belong to the required graph and that reach a potential root by a path of required arcs
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences
 

Constructors in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.precedences with parameters of type IStateBitSet
TopologicSort(IStateBitSet[] rgs)
           
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows declared as IStateBitSet
protected  IStateBitSet[] DirectedPropag.maybe
          graph of the potential arcs
protected  IStateBitSet[] DirectedPropag.revMaybe
          reverse graph of the potential arcs
protected  IStateBitSet[] DirectedPropag.revSure
          reverse graph of the required arcs
protected  IStateBitSet OrderedGraphPropag.sink
          the set of sink nodes in the precedence graph
protected  IStateBitSet DirectedPropag.sink
          the set of sink nodes in the graph
protected  IStateBitSet OrderedGraphPropag.src
          the set of source nodes in the precedence graph
protected  IStateBitSet DirectedPropag.src
          the set of source nodes in the graph
protected  IStateBitSet[] DirectedPropag.sure
          graph of the required arcs
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree
 

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree declared as IStateBitSet
protected  IStateBitSet[] SearchInfeasible.revGraph
           
 

Constructors in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.tree with parameters of type IStateBitSet
SearchInfeasible(int dom, IStateBitSet[] revGraph)
           
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.structure.inputStructure
 

Fields in choco.cp.solver.constraints.global.tree.structure.inputStructure declared as IStateBitSet
protected  IStateBitSet Node.condSuccessors
          the set of potential mandatory successors of the current node
protected  IStateBitSet Node.incomparableNodes
          the set of incomparable nodes with the current node
protected  IStateBitSet Node.mandatorySuccessors
          the set of mandatory successors of the current node
 

Methods in choco.cp.solver.constraints.global.tree.structure.inputStructure that return IStateBitSet
 IStateBitSet Node.getCondSuccessors()
           
 IStateBitSet Node.getIncomparableNodes()
           
 IStateBitSet Node.getMandatorySuccessors()
           
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms declared as IStateBitSet
protected  IStateBitSet RestrictedSCC.contain
           
protected  IStateBitSet[] ConnectedComponents.graph
           
protected  IStateBitSet ArticulationPoints.sapNodes
           
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms with type parameters of type IStateBitSet
protected  Vector<IStateBitSet> ConnectedComponents.cc
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms with parameters of type IStateBitSet
ArticulationPoints(StoredBitSetGraph graph, IStateBitSet sapNodes)
           
ConnectedComponents(Solver solver, int nbNodes, IStateBitSet[] graph, Vector<IStateBitSet> cc)
           
RestrictedSCC(int sap, StoredBitSetGraph graph, IStateBitSet contain)
           
 

Constructor parameters in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms with type arguments of type IStateBitSet
ConnectedComponents(Solver solver, int nbNodes, IStateBitSet[] graph, Vector<IStateBitSet> cc)
           
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews declared as IStateBitSet
protected  IStateBitSet[] VarGraphView.globalGraph
          backtrackable bitset matrix representing the graph to partition
protected  IStateBitSet[] StoredBitSetGraph.graph
          backtrackable bitset matrix representing the graph
protected  IStateBitSet[] VarGraphView.maybeGraph
          backtrackable bitset matrix representing the potential graph
protected  IStateBitSet[] StoredBitSetGraph.numFromVertCC
           
protected  IStateBitSet VarGraphView.potentialRoots
          backtrackable bitset that store the potential roots involved in global
protected  IStateBitSet[] PrecsGraphView.precsGraph
          backtrackable bitset matrix representing the precedence graph
protected  IStateBitSet[] StoredBitSetGraph.revGraph
          backtrackable bitset matrix representing the reverse graph
protected  IStateBitSet[] StoredBitSetGraph.revTcGraph
          backtrackable bitset matrix representing the reverse transitive closure of the graph
protected  IStateBitSet[] StoredBitSetGraph.revTrGraph
          backtrackable bitset matrix representing the reverse transitive reduction of the graph
protected  IStateBitSet StoredBitSetGraph.sinkNodes
          backtrackable bitset that store the sink nodes of the graph
protected  IStateBitSet StoredBitSetGraph.srcNodes
          backtrackable bitset that store the source nodes of the graph
protected  IStateBitSet[] VarGraphView.sureGraph
          backtrackable bitset matrix representing the required graph
protected  IStateBitSet[] StoredBitSetGraph.tcGraph
          backtrackable bitset matrix representing the transitive closure of the graph
protected  IStateBitSet[] StoredBitSetGraph.trGraph
          backtrackable bitset matrix representing the transitive reduction of the graph
protected  IStateBitSet[] StoredBitSetGraph.vertFromNumCC
           
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with type parameters of type IStateBitSet
protected  Vector<IStateBitSet> StoredBitSetGraph.setCC
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews that return IStateBitSet
 IStateBitSet StoredBitSetGraph.getAncestors(int i)
           
 IStateBitSet StoredBitSetGraph.getDescendants(int i)
           
 IStateBitSet[] StoredBitSetGraph.getGraph()
           
 IStateBitSet[] StoredBitSetGraph.getNumFromVertCC()
           
 IStateBitSet[] PrecsGraphView.getNumFromVertCC()
           
 IStateBitSet VarGraphView.getPotentialRoots()
           
 IStateBitSet StoredBitSetGraph.getPredecessors(int i)
           
 IStateBitSet PrecsGraphView.getPredecessors(int i)
           
 IStateBitSet[] StoredBitSetGraph.getRevGraph()
           
 IStateBitSet[] StoredBitSetGraph.getRevTcGraph()
           
 IStateBitSet[] StoredBitSetGraph.getRevTrGraph()
           
 IStateBitSet StoredBitSetGraph.getSinkNodes()
           
 IStateBitSet PrecsGraphView.getSinkNodes()
           
 IStateBitSet StoredBitSetGraph.getSrcNodes()
           
 IStateBitSet PrecsGraphView.getSrcNodes()
           
 IStateBitSet StoredBitSetGraph.getSuccessors(int i)
           
 IStateBitSet PrecsGraphView.getSuccessors(int i)
           
 IStateBitSet[] StoredBitSetGraph.getTcGraph()
           
 IStateBitSet[] StoredBitSetGraph.getTrGraph()
           
 IStateBitSet[] StoredBitSetGraph.getVertFromNumCC()
           
 IStateBitSet[] PrecsGraphView.getVertFromNumCC()
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews that return types with arguments of type IStateBitSet
 Vector<IStateBitSet> StoredBitSetGraph.getSetCC()
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with parameters of type IStateBitSet
 void StoredBitSetGraph.setGraph(IStateBitSet[] newGraph)
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with parameters of type IStateBitSet
StoredBitSetGraph(Solver solver, IStateBitSet[] graph, List<StoredBitSetGraph.Maintain> params, boolean affiche)
           
 

Uses of IStateBitSet in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph declared as IStateBitSet
protected  IStateBitSet[] ReducedGraph.reducedGraph
           
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph with type parameters of type IStateBitSet
protected  Vector<IStateBitSet> ReducedGraph.CFC
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph that return IStateBitSet
 IStateBitSet[] ReducedGraph.getCFCgraph()
           
 IStateBitSet ReducedGraph.getMergedVertices(int numCFC)
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph that return types with arguments of type IStateBitSet
 Vector<IStateBitSet> ReducedGraph.getCFC()
           
 

Uses of IStateBitSet in choco.cp.solver.search.task
 

Fields in choco.cp.solver.search.task declared as IStateBitSet
protected  IStateBitSet SetTimes.nselect
          The subset of non selectable tasks.
protected  IStateBitSet SetTimes.select
          The subset of selectable tasks.
 

Uses of IStateBitSet in choco.cp.solver.variables.integer
 

Methods in choco.cp.solver.variables.integer that return IStateBitSet
 IStateBitSet BitSetIntDomain.getContent()
           
 

Uses of IStateBitSet in choco.cp.solver.variables.set
 

Fields in choco.cp.solver.variables.set declared as IStateBitSet
protected  IStateBitSet BitSetEnumeratedDomain.contents
          A bit set indicating for each value whether it is present or not
 

Uses of IStateBitSet in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateBitSet
 IStateBitSet IStateBitSet.copy()
           
 IStateBitSet IEnvironment.makeBitSet(int size)
          Factory pattern: new IStateBitSet objects are created by the environment
 IStateBitSet AbstractEnvironment.makeBitSet(int size)
          Factory pattern: new IStateBitSet objects are created by the environment
 

Methods in choco.kernel.memory with parameters of type IStateBitSet
 void IStateBitSet.and(IStateBitSet other)
           
 void IStateBitSet.andNot(IStateBitSet other)
           
 boolean IStateBitSet.intersects(IStateBitSet setI)
           
 void IStateBitSet.or(IStateBitSet other)
           
 void IStateBitSet.xor(IStateBitSet other)
           
 

Uses of IStateBitSet in choco.kernel.memory.structure
 

Classes in choco.kernel.memory.structure that implement IStateBitSet
 class OneWordSBitSet32
           
 class OneWordSBitSet64
           
 class SBitSet
           
 class SBitSet2
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.memory.structure that return IStateBitSet
 IStateBitSet SBitSet2.copy()
           
 IStateBitSet SBitSet.copy()
           
 IStateBitSet OneWordSBitSet64.copy()
           
 IStateBitSet OneWordSBitSet32.copy()
           
 

Methods in choco.kernel.memory.structure with parameters of type IStateBitSet
 void SBitSet2.and(IStateBitSet setI)
          Performs a logical AND of this target bit set with the argument bit set.
 void SBitSet.and(IStateBitSet setI)
          Performs a logical AND of this target bit set with the argument bit set.
 void OneWordSBitSet64.and(IStateBitSet setI)
          Performs a logical AND of this target bit set with the argument bit set.
 void OneWordSBitSet32.and(IStateBitSet setI)
          Performs a logical AND of this target bit set with the argument bit set.
 void SBitSet2.andNot(IStateBitSet setI)
          Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
 void SBitSet.andNot(IStateBitSet setI)
          Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
 void OneWordSBitSet64.andNot(IStateBitSet setI)
          Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
 void OneWordSBitSet32.andNot(IStateBitSet setI)
          Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
 boolean SBitSet2.intersects(IStateBitSet setI)
          Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
 boolean SBitSet.intersects(IStateBitSet setI)
          Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
 boolean OneWordSBitSet64.intersects(IStateBitSet setI)
          Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
 boolean OneWordSBitSet32.intersects(IStateBitSet setI)
          Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
 void SBitSet2.or(IStateBitSet setI)
          Performs a logical OR of this bit set with the bit set argument.
 void SBitSet.or(IStateBitSet setI)
          Performs a logical OR of this bit set with the bit set argument.
 void OneWordSBitSet64.or(IStateBitSet setI)
          Performs a logical OR of this bit set with the bit set argument.
 void OneWordSBitSet32.or(IStateBitSet setI)
          Performs a logical OR of this bit set with the bit set argument.
 void SBitSet2.xor(IStateBitSet setI)
          Performs a logical XOR of this bit set with the bit set argument.
 void SBitSet.xor(IStateBitSet setI)
          Performs a logical XOR of this bit set with the bit set argument.
 void OneWordSBitSet64.xor(IStateBitSet setI)
          Performs a logical XOR of this bit set with the bit set argument.
 void OneWordSBitSet32.xor(IStateBitSet setI)
          Performs a logical XOR of this bit set with the bit set argument.
 

Uses of IStateBitSet in choco.kernel.solver.variables.integer
 

Methods in choco.kernel.solver.variables.integer that return IStateBitSet
 IStateBitSet IBitSetIntDomain.getContent()
           
 

Uses of IStateBitSet in samples.tutorials.to_sort.socialgolfer
 

Fields in samples.tutorials.to_sort.socialgolfer declared as IStateBitSet
 IStateBitSet ScalarAtMost.instPairs
           
 

Uses of IStateBitSet in samples.tutorials.to_sort.tsp
 

Fields in samples.tutorials.to_sort.tsp declared as IStateBitSet
protected  IStateBitSet[] SubTourConstraint.inPath
           
 



Copyright © 2012. All Rights Reserved.