mirror of
https://github.com/Z3Prover/z3
synced 2025-11-28 08:19:50 +00:00
This commit is contained in:
parent
1d4f8c0168
commit
2308d8af09
7 changed files with 118 additions and 86 deletions
|
|
@ -35,7 +35,7 @@ class fpa2bv_converter {
|
|||
public:
|
||||
typedef obj_map<func_decl, std::pair<app *, app *> > special_t;
|
||||
typedef obj_map<func_decl, expr*> const2bv_t;
|
||||
typedef obj_map<func_decl, std::pair<func_decl*, expr*> > uf2bvuf_t;
|
||||
typedef obj_map<func_decl, func_decl*> uf2bvuf_t;
|
||||
|
||||
protected:
|
||||
ast_manager & m;
|
||||
|
|
@ -219,8 +219,6 @@ private:
|
|||
void mk_to_fp_float(sort * s, expr * rm, expr * x, expr_ref & result);
|
||||
|
||||
func_decl * mk_bv_uf(func_decl * f, sort * const * domain, sort * range);
|
||||
void set_bv_def(func_decl * f, expr* def);
|
||||
expr* get_bv_def(func_decl * f);
|
||||
|
||||
expr_ref nan_wrap(expr * n);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue