mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
random compiler nits
This commit is contained in:
parent
d007f7a601
commit
ee909b6374
3 changed files with 42 additions and 42 deletions
|
@ -27,9 +27,9 @@ protected:
|
|||
typedef rational numeral;
|
||||
arith_util m_util;
|
||||
scoped_ptr<seq_util> m_seq;
|
||||
bool m_expand_power;
|
||||
bool m_mul2power;
|
||||
bool m_expand_tan;
|
||||
bool m_expand_power{ false };
|
||||
bool m_mul2power{ false };
|
||||
bool m_expand_tan{ false };
|
||||
|
||||
ast_manager & m() const { return m_util.get_manager(); }
|
||||
family_id get_fid() const { return m_util.get_family_id(); }
|
||||
|
|
|
@ -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