Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

  • cvrp.py - Capacitated vehicle routing
  • cvrp_drop.py - Capacitated vehicle routing with dropping penalty
  • cvrpsdc.py - Capacitated vehicle routing with distribution and collection
  • pdp.py - Capacitated vehicle routing with pickup and delivery
  • vrptw.py - Vehicle routing with time windows

Run

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