mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
theory_fpa refactoring
This commit is contained in:
parent
03f6b465b9
commit
302c491535
2 changed files with 36 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue