Solution to the Constraint Satisfaction Problem "Vehicle Routing Problem" developed for the "Decision Making with Constraint Programming" course held by the University of Bologna in the CS Master degree.
The following content is available:
- a working model (
model.mzn
) that solves the problem - some instances to test the model
- a project file that opens both the model and instances in MiniZinc IDE
- a folder
old_models
with previously developed and sadly 😪 not working models - a folder
project-report
with the report that was written to explain the development process, the ideas, the experiments and future work
The following tools are necessary for: