3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +00:00

theory_fpa refactoring

This commit is contained in:
Christoph M. Wintersteiger 2016-05-31 16:22:24 +01:00
parent 03f6b465b9
commit 302c491535
2 changed files with 36 additions and 41 deletions

View file

@ -144,7 +144,6 @@ namespace smt {
fpa_util & m_fpa_util;
bv_util & m_bv_util;
arith_util & m_arith_util;
obj_map<sort, func_decl*> m_wraps;
obj_map<expr, expr*> m_conversions;
bool m_is_initialized;
obj_hashtable<func_decl> m_is_added_to_model;