mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
SMT2 compliancy fix; NRA includes conversion of Int numerals
This commit is contained in:
parent
0c4b792dac
commit
041520f727
2 changed files with 36 additions and 25 deletions
|
@ -152,6 +152,8 @@ protected:
|
|||
ptr_vector<app> m_small_ints;
|
||||
ptr_vector<app> m_small_reals;
|
||||
|
||||
bool m_convert_int_numerals_to_real;
|
||||
|
||||
func_decl * mk_func_decl(decl_kind k, bool is_real);
|
||||
virtual void set_manager(ast_manager * m, family_id id);
|
||||
decl_kind fix_kind(decl_kind k, unsigned arity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue