odow / SDDP.jl

A JuMP extension for Stochastic Dual Dynamic Programming
https://sddp.dev
Other
309 stars 61 forks source link

Fix issue with set_silent in a subproblem #510

Closed odow closed 2 years ago

odow commented 2 years ago

Temporary fix for https://github.com/odow/SDDP.jl/issues/495.

There's really no reason to print every subproblem. And this avoids people having to call set_silent themselves.