Metadata-Version: 2.1
Name: vrpSolver
Version: 0.0.56
Summary: Working project: Learn VRP by coding
Home-page: https://github.com/isaac0821/vrpSolver
Download-URL: https://github.com/isaac0821/vrpSolver
Author: Lan Peng
Author-email: Lan Peng <lanpeng@shu.edu.cn>
License: MIT License
Project-URL: Homepage, https://github.com/isaac0821/vrpSolver/
Project-URL: Issues, https://github.com/isaac0821/vrpSolver/issues
Project-URL: Documentation, https://isaac0821.github.io/vrpSolver/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: geojson
Requires-Dist: matplotlib
Requires-Dist: shapely
Requires-Dist: networkx

### vrpSolver - [working project] learn VRP by coding

This is a personal-use-purpose package that integrates basic functions in vehicle routing research

- Create instances
- Basic graph algorithms
- Create TSP/VRP routes using heuristic/MILP
