Reset time when model is changed #920
matbesancon
started this conversation in
General
Replies: 2 comments 1 reply
-
I'll think about changing this, but it's not an issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
We were working on a similar issue in SCIP, the moment where the solving-specific cache is reset is when the model parameters are reset (a coefficient change) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am solving a series of LPs, the difference between them is changes to the objective function only.
The solving time reported by HiGHS seems however not to be reset to 0 and therefore accumulates across iterations
Beta Was this translation helpful? Give feedback.
All reactions