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

Packages that use PrecsGraphView
choco.cp.solver.constraints.global.tree.deduction   
choco.cp.solver.constraints.global.tree.filtering   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows   
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.dominatorTrees   
 

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

Fields in choco.cp.solver.constraints.global.tree.deduction declared as PrecsGraphView
protected  PrecsGraphView AbstractDeduction.precs
           
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering declared as PrecsGraphView
protected  PrecsGraphView AbstractPropagator.precs
          data structure related to the graph representation of the partial order
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows declared as PrecsGraphView
protected  PrecsGraphView OrderedGraphPropag.precs
          graph of the precedence constraints
 

Constructors in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows with parameters of type PrecsGraphView
OrderedGraphPropag(IStateInt[][] travelTime, IStateInt[][] minTravelTime, PrecsGraphView precs, Node[] nodes, RemovalsAdvisor propagateStruct)
          Constructor: build a propagator for the time windows constraints according to the precedence constraints
 

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

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure declared as PrecsGraphView
protected  PrecsGraphView StructuresAdvisor.precs
          data structure related to the graph representation of the partial order
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure that return PrecsGraphView
 PrecsGraphView StructuresAdvisor.getPrecs()
           
 

Uses of PrecsGraphView 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 PrecsGraphView
protected  PrecsGraphView Dominators.precs
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.algorithms with parameters of type PrecsGraphView
Dominators(VarGraphView graph, PrecsGraphView precs)
           
 

Uses of PrecsGraphView in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees declared as PrecsGraphView
protected  PrecsGraphView DominatorView.precs
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.dominatorTrees with parameters of type PrecsGraphView
DominatorView(Solver solver, VarGraphView graph, PrecsGraphView precs)
           
 



Copyright © 2012. All Rights Reserved.