mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Reduce memory consumption of parallel_solve
This commit is contained in:
@@ -50,6 +50,7 @@ def _parallel_solve(
|
||||
instances[idx],
|
||||
discard_output=discard_outputs,
|
||||
)
|
||||
instances[idx].free()
|
||||
return stats, instances[idx]
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
|
||||
Reference in New Issue
Block a user