I have a route planning problem that consists of N vehicles and > 2N waypoints. I want to optimize their route such that the maximum time/cost of all vehicles is minimized.
The only options in JVM are either optaplanner or graphhopper.
This problem is however not demonstrated in any of their documents. Looks like this is an edge case ignored by most users. Is it possible to extend either of these libraries to solve such problem? Thanks a lot for any advice.