Skip to content

Commit 9cf6b26

Browse files
committed
Update SDDPoptimize.jl
1 parent b36af7a commit 9cf6b26

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
@@ -124,7 +124,7 @@ function run_SDDP(model::SPModel,
124124
if (display > 0) && (iteration_count%display==0)
125125
println("Pass number ", iteration_count,
126126
"\tLower-bound: ", round(get_bellman_value(model, param, 1, V[1], model.initialState),4),
127-
"\tTime: ", round(toq(),2))
127+
"\tTime: ", round(toq(),2),"s")
128128
end
129129

130130
end

0 commit comments

Comments
 (0)