3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

More float -> fpa renaming

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-08 13:37:18 +00:00
parent dd17f3c7d6
commit 5e5758bb25
16 changed files with 158 additions and 156 deletions

View file

@ -26,7 +26,7 @@ Notes:
#include"mpf.h"
class fpa_rewriter {
float_util m_util;
fpa_util m_util;
mpf_manager m_fm;
app * mk_eq_nan(expr * arg);