Skip to content

Commit cd2b22a

Browse files
committed
[FIX] Update nonworking examples
1 parent 26cb631 commit cd2b22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/damsvalley.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function init_problem()
110110
model = LinearSPModel(N_STAGES, u_bounds,
111111
X0, cost_t,
112112
dynamic, aleas,
113-
final_cost_dams)
113+
Vfinal=final_cost_dams)
114114

115115
# Add bounds for stocks:
116116
set_state_bounds(model, x_bounds)

0 commit comments

Comments
 (0)