Compare commits
3 commits
112c046292
...
c2f4b22b09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2f4b22b09 | ||
|
|
3b25eb3a11 | ||
|
|
b8eef6c76d |
2 changed files with 1 additions and 0 deletions
|
|
@ -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){
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue