This Pluto notebook is a programming exercise on mathematical programming methods.
It showcases and compares several well known mathematical programming methods on the same toy problem: the minimum weight stochastic two-stage spanning tree problem.
First, you need a Julia installation, version 1.9 or higher. For this, you can either download it from the official website, or install it using the juliaup tool.
To run the notebook, first install Pluto
using Pkg; Pkg.add("Pluto")
Then run:
using Pluto
Pluto.run()