Commit graph

256 commits

Author SHA1 Message Date
26e5d5dac9 dijkstra: functional 2024-04-20 19:18:04 +02:00
6e4c4de7dd dijkstra : compiling version but not functional 2024-04-18 01:16:09 +02:00
f51d3a26b5 few fixes: dijkstra 2024-04-18 01:05:14 +02:00
4bd0c74fa4 dijkstra, not functional 2024-04-05 12:38:18 +02:00
7db072a9f7 wip(dijkstra): tests 2024-04-05 12:08:20 +02:00
7e0955ecb2 feat(dijkstra): implement Comparable in Label class 2024-04-05 11:47:05 +02:00
19ec6b6220 feat(dijkstra): write label class 2024-04-05 11:34:12 +02:00
04626fb1a7 UML algos 2024-04-05 11:08:22 +02:00
cce3fcdca8 feat(binheap): remove passes tests 2024-04-05 10:51:13 +02:00
04c4316e36 wip(binheap): remove 2024-04-05 09:46:28 +02:00
e45e83dc69 fix(launch): use relative file paths 2024-04-05 08:28:58 +02:00
c68a969b91 Edge cases to fix 2024-04-05 00:55:52 +02:00
2e20b9b3a6 heap removed impl, tests to fix 2024-04-05 00:37:26 +02:00
cf4f368912 Launch Java: insa map, rangueil path 2024-04-03 13:50:26 +02:00
a75c0f18c9 launch.java 2024-03-25 10:53:59 +01:00
43931e3d05 chore(path): remove isValid deprecation flag 2024-03-25 10:44:04 +01:00
89fe1293d3 feat(path): implement getShortestPathFromNodes 2024-03-25 10:43:16 +01:00
f1398ed125 feat(path): implement getFastestPathFromNodes 2024-03-25 10:40:57 +01:00
33290ab443 Diagram class 2024-03-25 10:15:26 +01:00
291c895bb4 Path: isValid func 2024-03-25 09:43:17 +01:00
da70b6ea86 feat(path): implement getMinimumTravelTime 2024-03-25 09:11:03 +01:00
7deca4330c refactore(path): rename variables 2024-03-25 09:07:43 +01:00
bf7f8e231d chore(path): remove getLength deprecation flag 2024-03-25 09:04:35 +01:00
b8aeab9180 feat(path): implement getTravelTime 2024-03-25 09:04:00 +01:00
Maskass57
853edfb344 Path: func length time 2024-03-25 08:56:48 +01:00
Paul ALNET
fa0b543b56 chore(vscode): add launch profile 2024-03-25 08:45:28 +01:00
Paul ALNET
5ad3e28f0e chore(build): set mainClass in main pom.xml
Doesn't do anything useful because Java (see readme).
2024-03-25 08:43:51 +01:00
Paul ALNET
1677a89a05 doc(build): add instructions 2024-03-25 08:43:30 +01:00
Le Botlan Didier
32f99dba49 Nodes are no longer comparable (confusion with Label comparison). Predefined ArcInspectors easier to get. 2024-03-22 17:07:18 +01:00
Didier Le Botlan
723b8ce660 Maj JDK 17 2024-03-20 14:37:32 +01:00
Le Botlan Didier
61f932cc65 Fixed /mnt/commetud (instead of /home/commetud) 2023-03-28 17:28:44 +02:00
Didier Le Botlan
8675c420a8 Unused imports 2023-03-07 12:08:34 +01:00
Didier Le Botlan
77ed944b3c Fix Point 2023-03-07 11:30:34 +01:00
Didier Le Botlan
ce5c34cb06 Correction de : Distance renvoie NaN si les deux points sont égaux. (fix non testé) 2022-04-12 19:42:23 +02:00
Le Botlan Didier
dd5ed04891 annotation javadoc 2022-03-25 08:19:08 +01:00
Le Botlan Didier
1f28a33da4 Removed getMaximumSpeed in Data. 2022-03-01 17:14:58 +01:00
Mikaël Capelle
2914df4a37 [maven] Cleanup pom.xml files. 2020-03-04 16:11:04 +01:00
Mikaël Capelle
5bb454a3b2 Switch to Maven project. 2020-02-27 21:09:05 +01:00
Le Botlan
fd503d148e Pretty print in BInaryHeap 2019-07-09 14:46:12 +02:00
Mikaël Capelle
554b38be45 Fix order of values in assertions. 2019-03-25 17:17:47 +01:00
Mikaël Capelle
dc715744d0 Improve Javadoc of the graph package. 2019-03-18 21:34:20 +01:00
Mikaël Capelle
423e36fc65 Fix precision issue with real and as the crow flies length. 2019-03-18 20:37:44 +01:00
Mikaël Capelle
d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. 2019-03-18 20:37:43 +01:00
Mikaël Capelle
71a0085d59 Small fix for drawings. 2019-03-18 20:37:43 +01:00
Mikaël Capelle
245744c4a0 Add toString() for Graph. 2019-03-18 20:37:43 +01:00
Mikael Capelle
de6fa0698b Update 'README.md' 2019-02-24 20:33:05 +00:00
Mikael Capelle
455090e10a Fix issue with SolutionPanel and Java 9. 2018-04-16 14:19:30 +02:00
Mikael Capelle
aea8f054d5 Add info for .data() in priority queue test. 2018-03-29 12:18:48 +02:00
Mikael Capelle
cf672f8cd4 Update tests for PriorityQueue. 2018-03-29 12:16:12 +02:00
Mikael Capelle
4e541e67cf Fix issue with graph progress bar. 2018-03-28 17:39:47 +02:00