mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix regression in get-consequence on QF_FD
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
80879ce58b
commit
629e981e01
5 changed files with 33 additions and 16 deletions
|
@ -718,7 +718,7 @@ private:
|
|||
bool internalize_var(expr* v, sat::bool_var_vector& bvars) {
|
||||
obj_map<func_decl, expr*> const2bits;
|
||||
ptr_vector<func_decl> newbits;
|
||||
m_bb_rewriter->end_rewrite(const2bits, newbits);
|
||||
m_bb_rewriter->get_translation(const2bits, newbits);
|
||||
expr* bv;
|
||||
bv_util bvutil(m);
|
||||
bool internalized = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue