changement négligeables
This commit is contained in:
parent
8d327ba36f
commit
12890fd1f0
1 changed files with 6 additions and 6 deletions
|
|
@ -180,13 +180,13 @@ 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);
|
||||
|
||||
System.out.println("== Test en temps ==");
|
||||
testScenario("insa.mapgr", 369, 838, Mode.TIME, true,0,false);
|
||||
//System.out.println("== Test en temps ==");
|
||||
//testScenario("insa.mapgr", 369, 838, Mode.TIME, true,0,false);
|
||||
// autres scénarios
|
||||
// System.out.println("== Test en temps ==");
|
||||
// testScenario("insa.mapgr", 369, 838, Mode.TIME, true,false,false);
|
||||
|
|
@ -195,13 +195,13 @@ public class TestDijkstra {
|
|||
// System.out.println("== Trajet long (et pénible avec les enfants) ==");
|
||||
// testScenario("bretagne.mapgr",564429,602395 , Mode.LENGTH, false,false,false);
|
||||
|
||||
System.out.println("== Test bug dijkstra temps ==");
|
||||
//System.out.println("== Test bug dijkstra temps ==");
|
||||
// testScenario("paris.mapgr", 27361, 36108, Mode.TIME, true,0,false); //ce chemin visualisait un bug d'arrondi de dijkstra qui est corrigé actuellement
|
||||
// System.out.println("== Trajet impossible (piste cyclable) ==");
|
||||
// testScenario("insa.mapgr",90,922 , Mode.LENGTH, false,false,true); //marche pas
|
||||
|
||||
//test probleme ouvert
|
||||
System.out.println("== Test Probleme Ouvert ==");
|
||||
testScenario("bretagne.mapgr",564429,602395 , Mode.LENGTH, false,2,false);
|
||||
testScenario("toulouse.mapgr",33056,16303 , Mode.LENGTH, false,2,false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue