Skip to content

Commit

Permalink
clean up function (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-allergic authored Aug 5, 2024
1 parent 7beffd5 commit 86377aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/sat_coloring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end
true_vertex(sc::SATColoringConstructor) = 1
false_vertex(sc::SATColoringConstructor) = 2
ancilla_vertex(sc::SATColoringConstructor) = 3
function set_true!(sc::SATColoringConstructor, idx::Int) where T
function set_true!(sc::SATColoringConstructor, idx::Int)
attach_to_ancilla!(sc, idx)
attach_to_false!(sc, idx)
end
Expand Down

0 comments on commit 86377aa

Please sign in to comment.