choco.cp.solver.constraints.global.tree.deduction
Class OrderedGraphDeduction

java.lang.Object
  extended by choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
      extended by choco.cp.solver.constraints.global.tree.deduction.OrderedGraphDeduction

public class OrderedGraphDeduction
extends AbstractDeduction


Field Summary
 
Fields inherited from class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
affiche, compatible, condPrecs, doms, incomp, inputGraph, LOGGER, nbVertices, nodes, precs, solver, struct, tree, update
 
Constructor Summary
OrderedGraphDeduction(Object[] params)
           
 
Method Summary
 void updateOrderedGraphWithDeductions()
          the main method that update the precedence constraints according to the different parts of the tree constraint
 
Methods inherited from class choco.cp.solver.constraints.global.tree.deduction.AbstractDeduction
isCompatible, isUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedGraphDeduction

public OrderedGraphDeduction(Object[] params)
Method Detail

updateOrderedGraphWithDeductions

public void updateOrderedGraphWithDeductions()
the main method that update the precedence constraints according to the different parts of the tree constraint



Copyright © 2012. All Rights Reserved.