mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
Add option :bv-sort-ac true
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9d0b0df985
commit
a71bb549c6
5 changed files with 22 additions and 3 deletions
|
@ -68,6 +68,7 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
|
|||
bool m_split_concat_eq;
|
||||
bool m_udiv2mul;
|
||||
bool m_bvnot2arith;
|
||||
bool m_bv_sort_ac;
|
||||
|
||||
bool is_zero_bit(expr * x, unsigned idx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue