mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 01:48:51 -06:00
Remove print
This commit is contained in:
@@ -208,7 +208,6 @@ class InternalSolver(ABC):
|
|||||||
with RedirectOutput(streams):
|
with RedirectOutput(streams):
|
||||||
results = self._pyomo_solver.solve(tee=True,
|
results = self._pyomo_solver.solve(tee=True,
|
||||||
warmstart=self._is_warm_start_available)
|
warmstart=self._is_warm_start_available)
|
||||||
print(results)
|
|
||||||
total_wallclock_time += results["Solver"][0]["Wallclock time"]
|
total_wallclock_time += results["Solver"][0]["Wallclock time"]
|
||||||
if not hasattr(self.instance, "find_violations"):
|
if not hasattr(self.instance, "find_violations"):
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user