bonne version

This commit is contained in:
Bensouda Idriss 2023-05-10 10:16:39 +02:00
parent 0e43c205b5
commit b8eef6c76d
2 changed files with 1 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public class DijkstraAlgorithm extends ShortestPathAlgorithm {
x = Tas.findMin(); x = Tas.findMin();
x.setMarque(true); x.setMarque(true);
Tas.deleteMin(); Tas.deleteMin();
System.out.println("test");
for(Arc suivant : x.getSommet().getSuccessors()){ for(Arc suivant : x.getSommet().getSuccessors()){
Node y = suivant.getDestination(); Node y = suivant.getDestination();
for (Label l : List){ for (Label l : List){