Skip to content

Commit 845d1d2

Browse files
committed
[FIX] Update cuts pruning to redefine JuMP.Model after pruning
1 parent 265af4d commit 845d1d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SDDPoptimize.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function run_SDDP!(model::SPModel,
110110
(display > 0) && println("Prune cuts ...")
111111
remove_redundant_cuts!(V)
112112
prune_cuts!(model, param, V)
113+
problems = hotstart_SDDP(model, param, V)
113114
end
114115

115116
if (display > 0) && (iteration_count%display==0)

0 commit comments

Comments
 (0)