gazlaws-dev / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:Apache License 2.0


Languages

Language:Python 100.0%