Skip to main content

Module constructive

Module constructive 

Source
Expand description

Constructive heuristics for building initial VRP solutions.

Functions§

clarke_wright_savings
Constructs a VRP solution using the Clarke-Wright savings algorithm.
nearest_neighbor
Constructs a VRP solution using the nearest-neighbor heuristic.
nearest_neighbor_tw
Constructs a VRPTW solution using a time-window-aware nearest-neighbor.
solomon_i1
Constructs a VRPTW solution using Solomon’s I1 insertion heuristic.
sweep
Constructs a VRP solution using the sweep heuristic.