Open
Description
Summary
I´m solving a pyomo model using scip solver. The scip log indicates primal bounds and dual bounds but with some numerical error message after the lp solver.
The read_scip_log method cannot extract the bounds because it assumes a fixed format in the last 7 lines of the log.
So, in pyomo result objects, despite a status indicating that the solver has finished with a solution, the bounds are not filled (i.e result.solver.primal_bound is None).
Steps to reproduce the issue
Use SCIPAMPL to solve the model (nl format created by pyomo)
Information on your system
Pyomo version: 6.7.0
Python version: 3.9.16
Operating system: Win 11
How Pyomo was installed (PyPI, conda, source): pip
Solver (if applicable): scip 8.1.0