cvrp.py
- Capacitated vehicle routingcvrp_drop.py
- Capacitated vehicle routing with dropping penaltycvrpsdc.py
- Capacitated vehicle routing with distribution and collectionpdp.py
- Capacitated vehicle routing with pickup and deliveryvrptw.py
- Vehicle routing with time windows
To run an example, from the main repo folder do
python3 -m examples.<name>
Where <name>
is the file name (without the extension) above.
For example
python3 -m examples.cvrp