Skip to content

Commit 93f39e7

Browse files
authored
Merge pull request #23
fix tests
2 parents 9c2cc06 + 310660f commit 93f39e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/branch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
@show tnproblem.static.tensors[2]
4444

4545
# Test solving the circuit
46-
br_strategy = BranchingStrategy(table_solver = TNContractionSolver(), selector = MostOccurrenceSelector(1,2), measure = NumUnfixedVars())
46+
br_strategy = BranchingStrategy(table_solver = TNContractionSolver(), selector = MostOccurrenceSelector(1,2), measure = NumUnfixedVars(), set_cover_solver = GreedyMerge())
4747
result = bbsat!(tnproblem, br_strategy, NoReducer())
4848
# The circuit can be satisfied (out=false can be achieved), so just check result exists
4949
@test result isa Result

0 commit comments

Comments
 (0)