mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Add lp_stats to after-lp features
This commit is contained in:
@@ -150,6 +150,7 @@ class GurobiSolver(InternalSolver):
|
||||
return LPSolveStats(
|
||||
lp_value=opt_value,
|
||||
lp_log=log,
|
||||
lp_wallclock_time=self.model.runtime,
|
||||
)
|
||||
|
||||
@overrides
|
||||
|
||||
Reference in New Issue
Block a user