Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 688 Bytes

TP_TwoStageSpanningTree

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.

Installation

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()