CO@Work is a summer school aimed at students and practitioners of mathematical optimization. The 2024 edition is located at Zuse Institute Berlin, with the option of attending remotely.
From days 17 to 19 of September, three tutorial sessions are scheduled. They were prepared by Bruno Vieira, Mohammed Ghannam, and João Dionísio. The three days are organized as follows:
The first two days will focus primarily on FICO Xpress, while the third day is dedicated to SCIP. Both solvers will be accessed from their respective Python interfaces.
The material for each day can be found in the respective folder, with further instructions inside on how to proceed.
For the easiest and smoothest experience, use GitHub codespaces to start a development environment in the cloud. On the main page of the co-at-work-2024 github repository:
code
button on the top-rightcodespaces
and add a new one by clicking the +
buttonDay1/TutorialMIPbasics.ipynb
Select Kernel
button and select Install/enable suggested extensions
(Python/Jupyter)Python Environments
, and then select the Python version installedAfter that, you're ready to go and can run the first code cell!