mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix #2836
This commit is contained in:
parent
1fff7bb51d
commit
a7dc50362b
4 changed files with 40 additions and 8 deletions
|
@ -367,8 +367,10 @@ public:
|
|||
sort * mk_int() { return m_manager.mk_sort(m_afid, INT_SORT); }
|
||||
sort * mk_real() { return m_manager.mk_sort(m_afid, REAL_SORT); }
|
||||
|
||||
func_decl* mk_rem0();
|
||||
func_decl* mk_div0();
|
||||
func_decl* mk_idiv0();
|
||||
func_decl* mk_mod0();
|
||||
func_decl* mk_ipower0();
|
||||
func_decl* mk_rpower0();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue