mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
Fixed problem with registering bitvector functions (#5923)
This commit is contained in:
parent
3828130791
commit
7bb969ab52
4 changed files with 7 additions and 7 deletions
|
@ -110,7 +110,7 @@ namespace smt {
|
|||
m_fresh_eh = fresh_eh;
|
||||
}
|
||||
|
||||
void add_expr(expr* e);
|
||||
void add_expr(expr* e, bool ensure_enode);
|
||||
|
||||
void register_final(user_propagator::final_eh_t& final_eh) { m_final_eh = final_eh; }
|
||||
void register_fixed(user_propagator::fixed_eh_t& fixed_eh) { m_fixed_eh = fixed_eh; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue