test
This commit is contained in:
commit
c2f4b22b09
7 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ public class DijkstraAlgorithm extends ShortestPathAlgorithm {
|
||||||
Tas.remove(pre);
|
Tas.remove(pre);
|
||||||
System.out.println("remove");
|
System.out.println("remove");
|
||||||
}
|
}
|
||||||
pre = l;
|
|
||||||
l.setCost(Math.min(l.getCost(), x.getCost()+data.getCost(suivant)));
|
l.setCost(Math.min(l.getCost(), x.getCost()+data.getCost(suivant)));
|
||||||
|
pre = l;
|
||||||
Tas.insert(l);
|
Tas.insert(l);
|
||||||
l.setParent(suivant);
|
l.setParent(suivant);
|
||||||
l.setMarque(true);
|
l.setMarque(true);
|
||||||
|
|
Binary file not shown.
BIN
be-graphes-gui/target/classes/delete-icon.png
Normal file
BIN
be-graphes-gui/target/classes/delete-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
be-graphes-gui/target/classes/marker_mask.bin
Normal file
BIN
be-graphes-gui/target/classes/marker_mask.bin
Normal file
Binary file not shown.
BIN
be-graphes-gui/target/classes/save-icon.png
Normal file
BIN
be-graphes-gui/target/classes/save-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
be-graphes-gui/target/classes/zoomIn.png
Normal file
BIN
be-graphes-gui/target/classes/zoomIn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
be-graphes-gui/target/classes/zoomOut.png
Normal file
BIN
be-graphes-gui/target/classes/zoomOut.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue