3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-24 06:43:40 +00:00

random compiler nits

This commit is contained in:
Nikolaj Bjorner 2020-09-29 03:38:54 -07:00
parent d007f7a601
commit ee909b6374
3 changed files with 42 additions and 42 deletions

View file

@ -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;
}