Paul Alnet alnet
  • Joined on 2021-09-11
alnet pushed to master at lacau/BE_Graphes 2024-05-17 08:41:31 +02:00
6db6644828 test(dijkstra): fix git mishap
alnet pushed to master at lacau/BE_Graphes 2024-05-17 08:39:19 +02:00
0cfdaf1ef2 test(dijkstra): correct pathReader close placement
alnet pushed to master at lacau/BE_Graphes 2024-05-17 08:35:56 +02:00
bbd6fac17f test(dijkstra): fix file paths
f289793c44 test(dijkstra): use static test class
Compare 2 commits »
alnet pushed to master at lacau/BE_Graphes 2024-05-17 07:54:29 +02:00
72b117f83b test(dijkstra): fix before annotation on init
f6f431fce1 test(dijkstra): close open file readers
Compare 2 commits »
alnet pushed to master at lacau/BE_Graphes 2024-05-03 15:09:38 +02:00
df55fb1472 fix(astar): compareto using sign for better precision
alnet pushed to master at lacau/BE_Graphes 2024-05-03 15:02:46 +02:00
f77aea0371 feat(astar): create labels by algorithm
alnet pushed to master at lacau/BE_Graphes 2024-05-03 14:46:42 +02:00
24012e3afc feat(astar): compare total cost
a0c6437bd2 feat(astar): create class labelstar
Compare 2 commits »
alnet pushed to master at lacau/BE_Graphes 2024-05-03 13:58:27 +02:00
224ab4a97d fix(dijkstra): filter invalid arcs during reconstruction
5363dd1a89 fix(dijkstra): remove then insert to sort bin heap
Compare 2 commits »
alnet pushed to master at lacau/BE_Graphes 2024-05-03 13:24:11 +02:00
6baec1d7dd feat(dijkstra): mark labels as reached to increase performance
alnet pushed to master at lacau/BE_Graphes 2024-05-03 13:09:43 +02:00
dcc2bc0746 fix(dijkstra): observers
alnet pushed to master at lacau/BE_Graphes 2024-04-26 18:24:24 +02:00
c223936743 feat: add bicycle filter
alnet pushed to master at lacau/BE_Graphes 2024-04-26 17:35:54 +02:00
5dfd14f3f2 doc(dijkstra): explain why we use an ArrayList
alnet pushed to master at lacau/BE_Graphes 2024-04-05 12:08:37 +02:00
7db072a9f7 wip(dijkstra): tests
alnet pushed to master at lacau/BE_Graphes 2024-04-05 11:47:13 +02:00
7e0955ecb2 feat(dijkstra): implement Comparable in Label class
alnet pushed to master at lacau/BE_Graphes 2024-04-05 11:34:26 +02:00
19ec6b6220 feat(dijkstra): write label class
alnet pushed to master at lacau/BE_Graphes 2024-04-05 10:51:31 +02:00
cce3fcdca8 feat(binheap): remove passes tests
alnet pushed to master at lacau/BE_Graphes 2024-04-05 09:51:14 +02:00
04c4316e36 wip(binheap): remove
alnet pushed to master at lacau/BE_Graphes 2024-04-05 08:38:27 +02:00
e45e83dc69 fix(launch): use relative file paths
alnet pushed to master at lacau/BE_Graphes 2024-03-25 10:44:13 +01:00
43931e3d05 chore(path): remove isValid deprecation flag
alnet pushed to master at lacau/BE_Graphes 2024-03-25 10:43:25 +01:00
89fe1293d3 feat(path): implement getShortestPathFromNodes