This week we’ll discuss integer programming, which is to say linear programming problems where the solutions are required to be integral.
Notebooks for week 6
PS04 is posted on gradescope
Note: If you are using
jupyterrunning on your own computer (rather than viacolab) you’ll (probably) need to install pip.If you followed the instructions here then you’ll need to run the command
uv pip install pulpin the same directory that you installed
jupyterand the other packages.