A Python package for plotting Vehicle Routing Problem (VRP) solutions.
Project description
VRP
A Python package for plotting Vehicle Routing Problem (VRP) solutions.
Usage
Install this package using pip install VRP, then
from vrp.draw import draw_vrp
pos = {1: (0, 0), 2: (1, 1), 3: (2, 3)}
routes = [[1, 2, 3, 1]]
draw_vrp(pos, routes, save_file=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
VRP-0.0.3.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
VRP-0.0.3-py3-none-any.whl
(14.4 kB
view details)
File details
Details for the file VRP-0.0.3.tar.gz.
File metadata
- Download URL: VRP-0.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8900318729766d7cb0923f084685b1a44eebd1fc55398bd03dd74e776513a4ae
|
|
| MD5 |
993cc1c998ace0ccae340d14b03a2578
|
|
| BLAKE2b-256 |
04d5c34ef0f56f0dd4bb6d43246db4e1f5ee881bfe187f1ef1ef1e17632638b2
|
File details
Details for the file VRP-0.0.3-py3-none-any.whl.
File metadata
- Download URL: VRP-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6775d4c8f23d638d5860e3c17b73064ca183d42ab4db0dfc3bc13dcd71679fc5
|
|
| MD5 |
c3c75a0252426ad2feb5af15018f76a4
|
|
| BLAKE2b-256 |
8f1be64cd7e791b6ee1e4b15dba260af00525a30d38f749bf5a29e0a6a8dee62
|