3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-28 18:44:33 -08:00
parent 2f8303393b
commit ce4e71fbe9
3 changed files with 37 additions and 8 deletions

View file

@ -369,6 +369,8 @@ public:
func_decl* mk_div0();
func_decl* mk_idiv0();
func_decl* mk_ipower0();
func_decl* mk_rpower0();
app * mk_numeral(rational const & val, bool is_int) const {