Fix component name

This commit is contained in:
2020-02-05 12:15:09 -06:00
parent fc62a7b067
commit cb0b3d5468

View File

@@ -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)