Simple C#
application for solving vehicle routing problems with time windows (VRPTW). Includes the following algorithms (heuristics):
Solomon 1987
for initial routes construction;WochLebkowski 2009
for local search optimization;Czech2001
for searching best insertion places;Shapley Vector Approach
for computing coalitions gains;
For academic purposes only.
- Please see this issue: github.com/zaycev/vrptw/issues/1.
- Vladimir Zaytsev [email protected] (June-July 2012)