Commit graph

21 commits

Author SHA1 Message Date
51c2c8b29e chore(path): restore getArcs immutability 2024-05-25 17:41:46 +02:00
9c47703bc4 feat(path): add replaceArc method 2024-05-25 17:34:55 +02:00
d0e970b2ab revert(model): Path.concatenate 2024-05-25 14:47:56 +02:00
8f7639cea4 doc(model): comment Node.removeArc 2024-05-25 14:47:40 +02:00
69ebb4fd01 permettre la modification des successeurs du node pour l'algo marathon 2024-05-24 23:39:38 +02:00
fd6b03a32c Permettre la modification de la liste d'arcs du path pour l'algo marathon 2024-05-24 23:39:15 +02: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
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
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
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
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