net.walend.measured
Class BellmanFordTest

java.lang.Object
  |
  +--net.walend.measured.BellmanFordTest

Deprecated. Use CEBellmanFordTest

public class BellmanFordTest
extends java.lang.Object

Performs the Bellman-Ford test for a given digraph and pathmeter.

Author:
David Walend dfw1@cornell.edu

Constructor Summary
BellmanFordTest()
          Deprecated.  
 
Method Summary
static void test(IndexedCEDigraph ceDigraph, PathMeter pathMeter)
          Deprecated. Use CEBellmanFordTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BellmanFordTest

public BellmanFordTest()
Deprecated. 
Method Detail

test

public static void test(IndexedCEDigraph ceDigraph,
                        PathMeter pathMeter)
                 throws CENegativeWeightCycleException
Deprecated. Use CEBellmanFordTest

CENegativeWeightCycleException


Copyright (c) 2001, 2002, David Walend