mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Fix component name
This commit is contained in:
@@ -56,7 +56,7 @@ def test_parallel_solve():
|
||||
def test_solver_random_branch_priority():
|
||||
instance = _get_instance()
|
||||
components = {
|
||||
"warm-start": BranchPriorityComponent(),
|
||||
"branch-priority": BranchPriorityComponent(),
|
||||
}
|
||||
solver = LearningSolver(components=components)
|
||||
solver.solve(instance)
|
||||
|
||||
Reference in New Issue
Block a user