-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run does not reset timers #1331
Comments
Yes, this is a feature to be changed in v2.0. |
Hmm. So perhaps we could add a call to |
Yes, that's easily done. |
Okay I'll work up a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each call to
run
does not reset the timers, so repeated calls (e.g., in a row or column generation scheme) eventually hit a time limit.Notice how the
HiGHS run time :
keeps increasing each iteration, and eventually the time limit is hit:Reported jump-dev/HiGHS.jl#167.
The text was updated successfully, but these errors were encountered: