Skip to content

Commit

Permalink
Change solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux committed Dec 6, 2024
1 parent 58f01e4 commit 444d05b
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 293 deletions.
2 changes: 1 addition & 1 deletion src/sddp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function generate_model(n_weeks::Int, n_scenarios::Int, reservoirs::Vector{Main.
stages = 3*n_weeks,
sense = :Min,
lower_bound = 0.0,
optimizer = Xpress.Optimizer,
optimizer = Clp.Optimizer,
# optimizer = HiGHS.Optimizer,
# cut_oracle = SDDP.LevelOneCutOracle()
) do subproblem, stage
Expand Down
Loading

0 comments on commit 444d05b

Please sign in to comment.