scpsolver.graph
Class ReverseCuthillMcKee

java.lang.Object
  extended by scpsolver.graph.ReverseCuthillMcKee

public class ReverseCuthillMcKee
extends java.lang.Object


Constructor Summary
ReverseCuthillMcKee()
           
 
Method Summary
 java.util.ArrayList<Node> getReverseCuthillMcKeeOrdering(GraphInterface g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseCuthillMcKee

public ReverseCuthillMcKee()
Method Detail

getReverseCuthillMcKeeOrdering

public java.util.ArrayList<Node> getReverseCuthillMcKeeOrdering(GraphInterface g)