mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Add lp_stats to after-lp features
This commit is contained in:
@@ -90,6 +90,7 @@ class BasePyomoSolver(InternalSolver):
|
||||
return LPSolveStats(
|
||||
lp_value=opt_value,
|
||||
lp_log=streams[0].getvalue(),
|
||||
lp_wallclock_time=results["Solver"][0]["Wallclock time"],
|
||||
)
|
||||
|
||||
def _restore_integrality(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user