mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
Refactor and fix uninitialized variables and improve function consistency across multiple modules
This commit is contained in:
parent
499ed5d844
commit
eb8c63080a
17 changed files with 60 additions and 25 deletions
|
@ -136,7 +136,7 @@ namespace euf {
|
|||
};
|
||||
|
||||
theory_id m_fid = 0;
|
||||
unsigned m_op = null_decl_kind;
|
||||
decl_kind m_op = null_decl_kind;
|
||||
func_decl* m_decl = nullptr;
|
||||
vector<eq> m_eqs;
|
||||
ptr_vector<node> m_nodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue