File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Upcoming Version
66
77**Bug Fixes **
88
9+ * Remove default highs log file when `log_fn=None ` and `io_api="direct" `. This caused `log_file ` in
10+ `solver_options ` to be ignored.
911* Fix the parsing of solutions returned by the CBC solver when setting a MIP duality
1012 gap tolerance.
1113* Improve the mapping of termination conditions for the SCIP solver
Original file line number Diff line number Diff line change @@ -752,9 +752,6 @@ def solve_problem_from_model(
752752
753753 h = model .to_highspy (explicit_coordinate_names = explicit_coordinate_names )
754754
755- if log_fn is None and model is not None :
756- log_fn = model .solver_dir / "highs.log"
757-
758755 return self ._solve (
759756 h ,
760757 solution_fn ,
You can’t perform that action at this time.
0 commit comments