mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 18:38:51 -06:00
Minor changes
This commit is contained in:
@@ -48,7 +48,7 @@ class LearningSolver:
|
||||
|
||||
if mode is not None:
|
||||
assert mode in ["exact", "heuristic"]
|
||||
for component in self.components:
|
||||
for component in self.components.values():
|
||||
component.mode = mode
|
||||
|
||||
def _create_solver(self):
|
||||
|
||||
Reference in New Issue
Block a user