Esempio n. 1
0
 /**
  * @param MooreBellmanFord $alg
  * @depends testGraphParallelNegative
  * @expectedException UnderflowException
  */
 public function testNoNegativeCycle(MooreBellmanFord $alg)
 {
     $alg->getCycleNegative();
 }