Stochastic Distribution Grid Planning¶
This project provides a stochastic programming framework for expansion, reinforcement, and replacement planning of distribution grids using SDDP.jl and JuMP.jl.
Usage¶
Install dependencies:
import Pkg; Pkg.instantiate()
Run the example via the entrypoint:
julia examples/entrypoint.jl
This ensures all modules in
src/are available to the example and any additional scripts you include.