3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-31 23:34:55 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-11-21 15:03:05 -08:00
parent d6106f26ff
commit 299e1788b8
3 changed files with 0 additions and 11 deletions

View file

@ -56,7 +56,6 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
bool m_mkbv2num;
bool m_ite2id;
bool m_split_concat_eq;
bool m_bvnot2arith;
bool m_bv_sort_ac;
bool m_extract_prop;
bool m_bvnot_simpl;