Skip to content

BatyLeo/TP_TwoStageSpanningTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages