Skip to content

Commit 4a93645

Browse files
remove cumulative subiters
1 parent d246bc9 commit 4a93645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AL_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function SolverCore.solve!(
299299
)
300300
solver.x .= subout.solution
301301
solver.cx .= solver.sub_model.cx
302-
subiters += subout.iter
302+
subiters = subout.iter
303303

304304
# objective
305305
fx = obj(nlp, solver.x)

0 commit comments

Comments
 (0)