Re: [fpc-pascal] Vehicle Routing Problem with Time Windows

2016-07-22 Thread Amir
As you might know, the VRP and many of its variants are NP-Complete problems. So one could solve an instance of these problems by generating an ILP instance(https://en.wikipedia.org/wiki/Vehicle_routing_problem). There are many academic publications about how to find a sub-optimal solution i

[fpc-pascal] Vehicle Routing Problem with Time Windows

2016-07-22 Thread Dimitrios Chr. Ioannidis
Hi, does anyone knows any object pascal or c ( not c++, java, lisp ... ) library that can solve the Vehicle Routing Problem with Time Windows, open source or not ? Searched but couldn't find any ... regards, -- Dimitrios Chr. Ioannidis ___ fpc