google-research / FirstOrderLp.jl

Experimental first-order solvers for linear and quadratic programming.
Apache License 2.0
103 stars 19 forks source link

Record iteration stats if we are terminating #93

Closed dapplegate closed 3 years ago

dapplegate commented 3 years ago

Record iteration stats if we are terminating, even if record_iteration_stats == false.

This is necessary for solve_qp.jl to report solution stats, since it uses the last entry in iteration_stats as solution_stats.

dapplegate commented 3 years ago

Done.