3
0
Fork 0
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:
Christoph M. Wintersteiger 2017-03-28 18:17:22 +01:00
parent 0c4b792dac
commit 041520f727
2 changed files with 36 additions and 25 deletions

View file

@ -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);