/savings-algorithm

Supply Chain Management - Vehical Routing Problem. The clarke wright algortihm requires the savings matrix to be built from the distance matrix. The Baroda Union case study provides the distance matrix for all villages, then requires saving matrix for 6 subsets of villages. This code allows us to divide the villages into societies and solve for each savings matrix.

Primary LanguagePythonApache License 2.0Apache-2.0

Requirements:

run pip install -r requirements or

pip3 install pandas #>=0.23.0

pip3 install numpy

Run:

python3 savings_algorithm.py #uses data from scm_1.csv