Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hesamsheikh/multiple-couriers_planning


https://github.com/hesamsheikh/multiple-couriers_planning

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Constraint Programming of Multiple Courier Planning

![alt text](image.png)

## Instructions
to run as a method:

```python
from run_cp import main
main(input_dir_with_dzn_files, output_dir)
```

to run in command line:

`python run_cp.py [input_dir_with_dzn_files] [output_dir]`