Uses of Class
choco.cp.solver.constraints.global.tree.structure.inputStructure.Node

Packages that use Node
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.inputStructure   
choco.cp.solver.constraints.global.tree.structure.internalStructure   
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews   
 

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

Fields in choco.cp.solver.constraints.global.tree.deduction declared as Node
protected  Node[] AbstractDeduction.nodes
           
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering declared as Node
protected  Node[] RemovalsAdvisor.nodes
           
protected  Node[] AbstractPropagator.nodes
           
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows declared as Node
protected  Node[] OrderedGraphPropag.nodes
          table of the nodes involved in the tree constraint
protected  Node[] DirectedPropag.nodes
          table of the nodes involved in the tree constraint
 

Constructors in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows with parameters of type Node
DirectedPropag(IStateInt[][] travelTime, VarGraphView graph, Node[] nodes, RemovalsAdvisor propagateStruct)
          Constructor: build a propagator for the time windows constraints according to the graph
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 Node in choco.cp.solver.constraints.global.tree.structure.inputStructure
 

Fields in choco.cp.solver.constraints.global.tree.structure.inputStructure declared as Node
protected  Node[] TreeParameters.nodes
          table of nodes involved in the graphs composing a tree constraint
 

Methods in choco.cp.solver.constraints.global.tree.structure.inputStructure that return Node
 Node[] TreeParameters.getNodes()
          the table of all the nodes object that compose the input structure TreeParameters of a tree constraint
 

Constructors in choco.cp.solver.constraints.global.tree.structure.inputStructure with parameters of type Node
TreeParameters(Solver solver, int nbNodes, IntDomainVar ntree, IntDomainVar nproper, IntDomainVar objective, Node[] nodes, int[][] travel)
          constructor: build the input data of a tree constraint.
 

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

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure declared as Node
protected  Node[] StructuresAdvisor.nodes
           
 

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

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with parameters of type Node
PrecsGraphView(Solver solver, Node[] nodes)
           
 



Copyright © 2012. All Rights Reserved.