Universite-Gustave-Eiffel / geodev-logicout

Student project analyzing the mutualization of agricultural product delivery routes
European Union Public License 1.2
1 stars 2 forks source link

Avoid to recompute pooled travels. #39

Closed nicolas-roelandt closed 10 months ago

nicolas-roelandt commented 11 months ago

There is no mechanism to check if a pooled travel as already been computed.

For example, the route mixing 2 itineraries is always recompute : https://github.com/Universite-Gustave-Eiffel/geodev-logicout/blob/0edc6e45a8e96066943fcf39bcab88b71fba2ec7/scripts/mutualisation.py#L63C1-L63C47

Same for results from Logicout API

Suggestion of implementation: