Version Finale Fonctionnelle
This commit is contained in:
parent
95d081a850
commit
cdc2b5ad46
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ public class LabelStar extends Label{
|
|||
if (leMode == AbstractInputData.Mode.LENGTH) {
|
||||
this.estimationCostDest = sommetCourant.getPoint().distanceTo(Dest.getPoint());
|
||||
} 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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ public class PCCTest{
|
|||
@BeforeClass
|
||||
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.
|
||||
|
||||
//Récupération des cartes
|
||||
|
|
Loading…
Reference in a new issue