コード例 #1
0
ファイル: MooreBellmanFordTest.php プロジェクト: feffi/graph
 /**
  * @param MooreBellmanFord $alg
  * @depends testGraphParallelNegative
  * @expectedException UnderflowException
  */
 public function testNoNegativeCycle(MooreBellmanFord $alg)
 {
     $alg->getCycleNegative();
 }