mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 22:40:08 +00:00
This commit is contained in:
parent
1d4f8c0168
commit
2308d8af09
7 changed files with 118 additions and 86 deletions
|
@ -34,8 +34,8 @@ class bv2fpa_converter {
|
|||
|
||||
obj_map<func_decl, expr*> m_const2bv;
|
||||
obj_map<func_decl, expr*> m_rm_const2bv;
|
||||
obj_map<func_decl, std::pair<func_decl*, expr*>> m_uf2bvuf;
|
||||
obj_map<func_decl, std::pair<app*, app*> > m_specials;
|
||||
obj_map<func_decl, func_decl*> m_uf2bvuf;
|
||||
obj_map<func_decl, std::pair<app*, app*> > m_min_max_specials;
|
||||
|
||||
public:
|
||||
bv2fpa_converter(ast_manager & m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue