A Mini-Project for Fundamental of Optimization Course
Python code for solving problem 24: Project Implementation Schedule
The codes using Mix Integer Programming, Constraint Programming
Please take a look at the REPORT.pdf file for detail information about our solution.
Basic installation: Here are the command lines to install the package using in this solution.
For Mac/Linux:
python -m pip install --upgrade --user ortools
For Windows:
py -m pip install --upgrade --user ortools