mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix #2831 again
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f8303393b
commit
ce4e71fbe9
3 changed files with 37 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue