mirror of
https://github.com/Z3Prover/z3
synced 2025-12-12 14:46:22 +00:00
parent
81211254eb
commit
59eec25102
3 changed files with 25 additions and 9 deletions
|
|
@ -120,11 +120,13 @@ protected:
|
|||
func_decl * m_i_mod_decl;
|
||||
func_decl * m_i_rem_decl;
|
||||
|
||||
func_decl * m_to_real_decl;
|
||||
func_decl * m_to_int_decl;
|
||||
func_decl * m_is_int_decl;
|
||||
func_decl * m_r_power_decl;
|
||||
func_decl * m_i_power_decl;
|
||||
func_decl * m_to_real_decl = nullptr;
|
||||
func_decl * m_to_int_decl = nullptr;
|
||||
func_decl * m_r_to_real_decl = nullptr;
|
||||
func_decl * m_i_to_int_decl = nullptr;
|
||||
func_decl * m_is_int_decl = nullptr;
|
||||
func_decl * m_r_power_decl = nullptr;
|
||||
func_decl * m_i_power_decl = nullptr;
|
||||
|
||||
func_decl * m_r_abs_decl;
|
||||
func_decl * m_i_abs_decl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue