When I run command solve on HiGHS solver, I get only two following lines :
Running HiGHS 1.5.3 [date: 2023-05-16, git hash: 594fa5a9d-dirty]
Copyright (c) 2023 HiGHS under MIT licence terms
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.
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