Uses of Class
choco.cp.solver.constraints.global.tree.TreeSConstraint

Packages that use TreeSConstraint
choco.cp.solver.constraints.global.tree.filtering   
 

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

Fields in choco.cp.solver.constraints.global.tree.filtering declared as TreeSConstraint
protected  TreeSConstraint RemovalsAdvisor.treeConst
          the tree constraint object that allow to access to the Choco solver functions like fail()
protected  TreeSConstraint FilteringAdvisor.treeConst
          the tree constraint object that allow to access to the Choco solver functions like fail()
 

Constructors in choco.cp.solver.constraints.global.tree.filtering with parameters of type TreeSConstraint
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)
           
 



Copyright © 2012. All Rights Reserved.