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

  1. Install dependencies:

    import Pkg; Pkg.instantiate()
    
  2. 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.