google-research / FirstOrderLp.jl

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

fix a minor issue on test #110

Closed haihaolu closed 1 year ago

haihaolu commented 1 year ago

An error is raised when running the test, because it does not reach the tolerance. Updating the iteraion limit resolves this issue.

Fixes #109

It's a good idea to open an issue first for discussion.

ohinder commented 1 year ago

When I run the code currently all the tests pass

dapplegate commented 1 year ago

Followed up on comment from @ohinder in Issue #109.