這個提交存在於:
Marie Brunetto 2023-04-19 18:21:15 +02:00
當前提交 d3ba648d63
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -16,7 +16,7 @@ public class AStarAlgorithm extends DijkstraAlgorithm {
ArrayList<Label> labelSommets = new ArrayList<Label>();
for(int i = 0; i< tailleGraphe; i++ )
{
currentLabel = new LabelStar(data.getGraph().get(i), destination);
currentLabel = new LabelStar(data.getGraph().get(i), destination, data.getMode());
labelSommets.add(currentLabel);
}
return labelSommets;

查看文件

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