#include <Sweep.h>
List of all members.
Detailed Description
Definition at line 20 of file Sweep.h.
Constructor & Destructor Documentation
Member Function Documentation
Constructs an initial VRP solution by the simple sweep method. Start by picking a random node and then sweep counterclockwise and add nodes until we reach vehicle capacity or max route length. Improve after every imp_interval additions by running the provided heuristics (VRPH_DOWNHILL only).
Definition at line 26 of file Sweep.cpp.
The documentation for this class was generated from the following files: