mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
random compiler nits
This commit is contained in:
parent
d007f7a601
commit
ee909b6374
3 changed files with 42 additions and 42 deletions
|
@ -1015,7 +1015,7 @@ struct pb2bv_rewriter::imp {
|
|||
if (enc == symbol("ordered")) return sorting_network_encoding::ordered_at_most;
|
||||
if (enc == symbol("unate")) return sorting_network_encoding::unate_at_most;
|
||||
if (enc == symbol("circuit")) return sorting_network_encoding::circuit_at_most;
|
||||
return grouped_at_most;
|
||||
return sorting_network_encoding::grouped_at_most;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue