Stazer / autonomouscabs

2 stars 0 forks source link

cab provision algorithm (back-end) #26

Open fheimann1 opened 4 years ago

fheimann1 commented 4 years ago

Creation of an algorithm, which calculates the number of needed cabs and there most efficient routs in the environment.

Stazer commented 4 years ago

If you have any questions let me know. In terms of the graph implementation we definetly should use boost::graph, since implementing good graph data structures can be a very challenging task. You find the documentation here.

fheimann1 commented 4 years ago

If you have any questions let me know. In terms of the graph implementation we definetly should use boost::graph, since implementing good graph data structures can be a very challenging task. You find the documentation here.

Thanks for your hint. I have worked through the documentation and will implement with boost::graph.