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