Version Finale Fonctionnelle

This commit is contained in:
Marie Brunetto 2023-05-10 10:05:28 +02:00
parent 95d081a850
commit cdc2b5ad46
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ public class LabelStar extends Label{
if (leMode == AbstractInputData.Mode.LENGTH) { if (leMode == AbstractInputData.Mode.LENGTH) {
this.estimationCostDest = sommetCourant.getPoint().distanceTo(Dest.getPoint()); this.estimationCostDest = sommetCourant.getPoint().distanceTo(Dest.getPoint());
} else { } else {
this.estimationCostDest = sommetCourant.getPoint().distanceTo(Dest.getPoint()) / Dest.getSuccessors().get(0).getMinimumTravelTime(); this.estimationCostDest = sommetCourant.getPoint().distanceTo(Dest.getPoint()) / Dest.getSuccessors().get(0).getRoadInformation().getMaximumSpeed();
} }
} }

View file

@ -38,7 +38,7 @@ public class PCCTest{
@BeforeClass @BeforeClass
public static void initAll() throws Exception public static void initAll() throws Exception
{ {
final String nomUser = "norgeux"; final String nomUser = "brunetto";
// Visit these directory to see the list of available files on Commetud. // Visit these directory to see the list of available files on Commetud.
//Récupération des cartes //Récupération des cartes