bonne version
This commit is contained in:
parent
0e43c205b5
commit
b8eef6c76d
2 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class DijkstraAlgorithm extends ShortestPathAlgorithm {
|
|||
x = Tas.findMin();
|
||||
x.setMarque(true);
|
||||
Tas.deleteMin();
|
||||
System.out.println("test");
|
||||
for(Arc suivant : x.getSommet().getSuccessors()){
|
||||
Node y = suivant.getDestination();
|
||||
for (Label l : List){
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue