mascoptDev.algos.digraph
Class GroomingDiPathGreedy2

java.lang.Object
  |
  +--mascoptDev.algos.digraph.GroomingDiPathGreedy
        |
        +--mascoptDev.algos.digraph.GroomingDiPathGreedy2

public class GroomingDiPathGreedy2
extends GroomingDiPathGreedy


Field Summary
 
Fields inherited from class mascoptDev.algos.digraph.GroomingDiPathGreedy
REQUEST_VAL
 
Constructor Summary
GroomingDiPathGreedy2(DiGraph D, String Groomincoef, boolean explode)
           
 
Method Summary
 void run()
           
 
Methods inherited from class mascoptDev.algos.digraph.GroomingDiPathGreedy
demandSort, getNbTubes, GroomingGraph, reqSort
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroomingDiPathGreedy2

public GroomingDiPathGreedy2(DiGraph D,
                             String Groomincoef,
                             boolean explode)
Method Detail

run

public void run()
Overrides:
run in class GroomingDiPathGreedy