Uses of Class
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews.StoredBitSetGraph

Packages that use StoredBitSetGraph
choco.cp.solver.constraints.global.tree.deduction   
choco.cp.solver.constraints.global.tree.filtering   
choco.cp.solver.constraints.global.tree.structure.internalStructure   
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   
 

Uses of StoredBitSetGraph in choco.cp.solver.constraints.global.tree.deduction
 

Fields in choco.cp.solver.constraints.global.tree.deduction declared as StoredBitSetGraph
protected  StoredBitSetGraph AbstractDeduction.condPrecs
           
protected  StoredBitSetGraph AbstractDeduction.incomp
           
 

Uses of StoredBitSetGraph in choco.cp.solver.constraints.global.tree.filtering
 

Fields in choco.cp.solver.constraints.global.tree.filtering declared as StoredBitSetGraph
protected  StoredBitSetGraph AbstractPropagator.condPrecs
          data structure related to the graph representation of the conditional partial order
protected  StoredBitSetGraph AbstractPropagator.incomp
          data structure related to the graph representation of the incomparability constraint
 

Uses of StoredBitSetGraph in choco.cp.solver.constraints.global.tree.structure.internalStructure
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure declared as StoredBitSetGraph
protected  StoredBitSetGraph StructuresAdvisor.condPrecs
          data structure related to the graph representation of the conditional partial order
protected  StoredBitSetGraph StructuresAdvisor.incomp
          data structure related to the graph representation of the incomparability constraint
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure that return StoredBitSetGraph
 StoredBitSetGraph StructuresAdvisor.getCondPrecs()
           
 StoredBitSetGraph StructuresAdvisor.getIncomp()
           
 

Uses of StoredBitSetGraph 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 StoredBitSetGraph
protected  StoredBitSetGraph RestrictedSCC.graph
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms with parameters of type StoredBitSetGraph
ArticulationPoints(StoredBitSetGraph graph, IStateBitSet sapNodes)
           
RestrictedSCC(int sap, StoredBitSetGraph graph, IStateBitSet contain)
           
 

Uses of StoredBitSetGraph 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 StoredBitSetGraph
protected  StoredBitSetGraph VarGraphView.global
          data structure of the graph to partition
protected  StoredBitSetGraph VarGraphView.maybe
          data structure of the potential graph associated with global
protected  StoredBitSetGraph PrecsGraphView.precs
          data structure of the precedence graph
protected  StoredBitSetGraph VarGraphView.sure
          data structure of the required graph associated with global
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews that return StoredBitSetGraph
 StoredBitSetGraph VarGraphView.getGlobal()
           
 StoredBitSetGraph VarGraphView.getMaybe()
           
 StoredBitSetGraph PrecsGraphView.getPrecs()
           
 StoredBitSetGraph VarGraphView.getSure()
           
 

Uses of StoredBitSetGraph 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 StoredBitSetGraph
protected  StoredBitSetGraph ReducedGraph.graph
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph with parameters of type StoredBitSetGraph
ReducedGraph(Solver solver, StoredBitSetGraph graph)
          Constructor
 



Copyright © 2012. All Rights Reserved.