mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Benchmark: Include solver log in results file
This commit is contained in:
@@ -90,7 +90,6 @@ class BenchmarkRunner:
|
||||
result["Instance"] = instance
|
||||
result["Gap"] = (ub - lb) / lb
|
||||
result["Mode"] = solver.mode
|
||||
del result["Log"]
|
||||
self.results = self.results.append(pd.DataFrame([result]))
|
||||
|
||||
# Compute relative statistics
|
||||
|
||||
Reference in New Issue
Block a user