-
Notifications
You must be signed in to change notification settings - Fork 526
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
HiGHS solver doesn't log its output in real time #3031
Comments
We are trying to fix this. There's a subtle buffering issue. |
+1 Is there any estimation when this can be fixed? |
This should be fixed by
|
So it will be included in the next release? |
I am wondering if this functionality is added or not? |
Would really like to see this coming |
Hi, all. We are working on it. We commandeered Michael's PR #3260 to implement some other changes as well as the fix he incorporated into it for HiGHS. |
I'm observing a behavior with Pyomo + HiGHS where if I use a time limit > 600, then the code permanently hangs and does not finish. The code works fine in time limit < 600s. |
@KelvinCheng5507 can you also share your Highs version? I experience similar problems >= 1.8.0 but not before. |
I'm using 1.8.0 as well, but I've been experiencing similar problems with older versions as well🤔 |
When I run command solve on HiGHS solver, I get only two following lines :
When the solving process finish, I finally get the solver output (all the steps, gap, best bound etc.). But other solvers in appsi (like CPLEX or Cbc) show the output in real time. Is there some issue in HiGHS which causes this?
My usage is basic, it occurs on any type of problem/model I used:
After the process is done, I have this output, which is nice, but why doesn't it show up iteratively during the solution?
This is just a part of the output I would like to see in real time, but don't.
System info:
Pyomo version: 6.6.2
Python version: 3.10.12
Operating system: Win 10
How Pyomo was installed (PyPI, conda, source): PyPI
Solver (if applicable): appsi.solvers.Highs
The text was updated successfully, but these errors were encountered: