You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
each new solution is written to solution.sol. The problem is that the solution can be incomplete while highs is still running or when it gets killed. To allow other programs to read the latest solution while the solver is still running, highs should flush the file after each solution is written.
I'll soon prepare a pull request.
The text was updated successfully, but these errors were encountered:
few
added a commit
to few/HiGHS
that referenced
this issue
Aug 17, 2024
When setting
mip_improving_solution_save=true
mip_improving_solution_file=solution.sol
each new solution is written to solution.sol. The problem is that the solution can be incomplete while highs is still running or when it gets killed. To allow other programs to read the latest solution while the solver is still running, highs should flush the file after each solution is written.
I'll soon prepare a pull request.
The text was updated successfully, but these errors were encountered: