Tutorial "Constraint Programming with JuMP" given at The 30th International Conference on Principles and Practice of Constraint Programming.
If you want to follow participate to the tutorial, you will have to install the necessary in your computer. Install Julia, VS code and the Julia extension for VS code as detailed here. For installing Julia, I recommend doing it through juliaup.
Open this folder with VS code. Then use "View" -> "Commande Palette" then write "Julia: Start REPL".
In the REPL, write ] to enter Pkg mode and then write activate . in order to activate use your current directory as environment. Then run instantiate.
You can now leave the Pkg environment with a backspace.
Open the example now and run the lines with Shift + Enter.