Skip to content

Commit 8274e75

Browse files
committed
vl returning state in primal-dual SDDP iteration
1 parent d9b339d commit 8274e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDDPoptimize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function iteration!(sddpprimal::SDDPInterface, sddpdual::SDDPInterface)
206206
updateSDDP!(sddpprimal, lwb, upb, time_pass, states)
207207

208208
checkit(sddpprimal.verbose_it, sddpprimal.stats.niterations) && println(sddpprimal.stats)
209-
return tdual
209+
return tdual, states
210210
end
211211

212212

0 commit comments

Comments
 (0)