Planning via Operations Research (May 6, May 11)
Section outline
-
-
-
-
-Julia Tutorial for integer programming formulation
Please test first if you can make a formulation for the target problem (described in the attached Pluto notebook "ip tutorial.jl") as an integer program.
This includes 1) to define decision variables for the problem, 2) to represent an objective function as a linear function of the decision variables defined, and 3) to formulate constraints of the problem also as linear functions of the decision variables.
With the understanding or questions on the solution, please review the attached file, coded using the JuMP package in Julia. Note that to run the file, you need to run Julia and Pluto first (check the video uploaded), and please open the file from the web-browser page where Pluto is running.
-
-
-