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

Packages that use TreeParameters
choco.cp.solver.constraints.global.tree   
choco.cp.solver.constraints.global.tree.deduction   
choco.cp.solver.constraints.global.tree.filtering   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint   
choco.cp.solver.constraints.global.tree.structure.internalStructure   
choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures   
choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure   
 

Uses of TreeParameters in choco.cp.solver.constraints.global.tree
 

Fields in choco.cp.solver.constraints.global.tree declared as TreeParameters
protected  TreeParameters TreeSConstraint.tree
          attributes
 

Constructors in choco.cp.solver.constraints.global.tree with parameters of type TreeParameters
TreeSConstraint(IntDomainVar[] allVars, TreeParameters tree)
          constructor: allocates the data util for a Choco constraint
 

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

Fields in choco.cp.solver.constraints.global.tree.deduction declared as TreeParameters
protected  TreeParameters DeductionsAdvisor.tree
          attributes
protected  TreeParameters AbstractDeduction.tree
           
 

Constructors in choco.cp.solver.constraints.global.tree.deduction with parameters of type TreeParameters
DeductionsAdvisor(Solver solver, TreeParameters tree, StructuresAdvisor struct, boolean affiche)
          constructor: allocates the data util for the deduction manager
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering declared as TreeParameters
protected  TreeParameters FilteringAdvisor.tree
          attributes
protected  TreeParameters AbstractPropagator.tree
          attributes
protected  TreeParameters RemovalsAdvisor.treeParams
          attributes
 

Constructors in choco.cp.solver.constraints.global.tree.filtering with parameters of type TreeParameters
FilteringAdvisor(Solver solver, TreeSConstraint treeConst, TreeParameters tree, StructuresAdvisor struct, boolean affiche)
          constructor: build a filtering manager that deals with all the propagators involved in the tree constraint
RemovalsAdvisor(Solver solver, TreeSConstraint treeConst, TreeParameters treeParams, StructuresAdvisor struct)
           
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.globalCardConstraint declared as TreeParameters
protected  TreeParameters AbstractBipartGraph.tree
           
 

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

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure declared as TreeParameters
protected  TreeParameters StructuresAdvisor.tree
          attributes
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure with parameters of type TreeParameters
StructuresAdvisor(Solver solver, TreeParameters tree)
          constructor: build an advisor for the internal data structures
 

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

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures with parameters of type TreeParameters
CostStructure(Solver solver, TreeParameters tree, VarGraphView inputGraph)
          Constructor of the costStructure
 

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

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure declared as TreeParameters
protected  TreeParameters DegreeStructure.tree
          an integer variable that depicts the number of tree allowed to partition the graph
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.degreeStructure with parameters of type TreeParameters
DegreeStructure(Solver solver, TreeParameters tree, VarGraphView graph)
          constructor
 



Copyright © 2012. All Rights Reserved.