fusion
This commit is contained in:
parent
8a8c6188c8
commit
3cc9aa2401
1 changed files with 4 additions and 4 deletions
|
|
@ -180,8 +180,8 @@ public class TestDijkstra {
|
|||
// testScenario("carre.mapgr", 0, 9999, Mode.LENGTH, true,false,false);
|
||||
|
||||
//cartes routières
|
||||
//System.out.println("== Test en distance ==");
|
||||
//testScenario("insa.mapgr", 369, 838, Mode.LENGTH, true,0,false);
|
||||
System.out.println("== Test en distance ==");
|
||||
testScenario("insa.mapgr", 369, 838, Mode.LENGTH, true,0,false);
|
||||
// System.out.println("== Test en distance ==");
|
||||
// testScenario("insa.mapgr", 369, 838, Mode.LENGTH, true,false,false);
|
||||
|
||||
|
|
@ -201,7 +201,7 @@ public class TestDijkstra {
|
|||
// testScenario("insa.mapgr",90,922 , Mode.LENGTH, false,false,true); //marche pas
|
||||
|
||||
//test probleme ouvert
|
||||
System.out.println("== Test Probleme Ouvert ==");
|
||||
testScenario("toulouse.mapgr",33056,16303 , Mode.LENGTH, false,2,false);
|
||||
//System.out.println("== Test Probleme Ouvert ==");
|
||||
//testScenario("toulouse.mapgr",33056,16303 , Mode.LENGTH, false,2,false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue