mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Disable BranchPriorityComponent by default
This commit is contained in:
@@ -43,7 +43,7 @@ class LearningSolver:
|
||||
else:
|
||||
self.components = {
|
||||
"warm-start": WarmStartComponent(),
|
||||
"branch-priority": BranchPriorityComponent(),
|
||||
#"branch-priority": BranchPriorityComponent(),
|
||||
}
|
||||
|
||||
if mode is not None:
|
||||
|
||||
Reference in New Issue
Block a user