3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-28 08:19:50 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-09-30 19:06:07 -07:00
parent 6708a764f5
commit 4cb07a539b
6 changed files with 91 additions and 68 deletions

View file

@ -44,6 +44,7 @@ protected:
arith_util m_arith_util;
datatype_util m_dt_util;
seq_util m_seq_util;
fpa_util m_util;
mpf_manager & m_mpf_manager;
unsynch_mpz_manager & m_mpz_manager;
fpa_decl_plugin * m_plugin;
@ -58,7 +59,6 @@ protected:
friend class bv2fpa_converter;
public:
fpa_util m_util;
fpa2bv_converter(ast_manager & m);
~fpa2bv_converter();