graphhopper / directions-api

Issues for the GraphHopper Directions API
https://graphhopper.com/api/1/docs/
60 stars 25 forks source link

Remove 'in progress' #78

Closed karussell closed 6 years ago

karussell commented 6 years ago

What is the purpose of 'in progress' here:

https://graphhopper.com/api/1/docs/route-optimization/#vehicle-routing-problem

oblonski commented 6 years ago

I should indicate that the json examples for the vehicle routing problems are work in progress. I see that this can be misleading and deleted it. I might delete all examples in the doc ... hmm.

oblonski commented 6 years ago

done https://graphhopper.com/api/1/docs/route-optimization/#vehicle-routing-problem

karussell commented 6 years ago

Thanks!

I should indicate that the json examples for the vehicle routing problems are work in progress

How can an example be "in progress"?

oblonski commented 6 years ago

How can an example be "in progress"?

If the documentation - and here specific examples to model a vehicle routing problem - is incomplete, needs to be extended and revised, it is work in progress. Isn't it?

karussell commented 6 years ago

Complete in the sense of uses all features? For me an example is about a specific use case and is automatically complete if one reduces the use case requirements :)

oblonski commented 6 years ago

Hm ... if you look at the examples for the traveling salesman problem, there is a real story telling how to model tsps with different requirements. I wanted to do the same for vehicle routing problems, but I just had no time or just did not like to do it at that time, therefore, I added this placeholder "in progress" indicating that some day there will be a similar story for modelling vrps.

karussell commented 6 years ago

Thanks, clear now :) !