Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hesamsheikh/multiple-couriers_planning
https://github.com/hesamsheikh/multiple-couriers_planning
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hesamsheikh/multiple-couriers_planning
- Owner: hesamsheikh
- Created: 2024-11-04T09:07:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T11:25:34.000Z (about 1 month ago)
- Last Synced: 2024-12-06T12:25:58.512Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]`