clark-wright-alg
Version:
Clark-Wright Algorithm for Capacitated Vehicle Routing Problem
20 lines (19 loc) • 451 B
JSON
{
"name": "clark-wright-alg",
"version": "1.0.5",
"description": "Clark-Wright Algorithm for Capacitated Vehicle Routing Problem",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"clark",
"wright",
"algorithm",
"vehicle",
"routing",
"problem"
],
"author": "Lam Tran <tranngoclam288@gmail.com> (https://github.com/tranngoclam)",
"license": "ISC"
}