3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 02:57:50 +00:00

More work on trailing 0 analysis.

This commit is contained in:
mikolas 2016-04-03 14:22:13 +01:00 committed by Mikolas Janota
parent c7f1746321
commit 78cb1e3c7b
6 changed files with 181 additions and 68 deletions

View file

@ -22,18 +22,7 @@ Notes:
#include"poly_rewriter.h"
#include"bv_decl_plugin.h"
#include"arith_decl_plugin.h"
class mk_extract_proc {
bv_util & m_util;
unsigned m_high;
unsigned m_low;
sort * m_domain;
func_decl * m_f_cached;
public:
mk_extract_proc(bv_util & u);
~mk_extract_proc();
app * operator()(unsigned high, unsigned low, expr * arg);
};
#include"mk_extract_proc.h"
class bv_rewriter_core {
protected: