mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +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
|
@ -193,8 +193,6 @@ public:
|
|||
m_solver.pop_to_base_level();
|
||||
m_core.reset();
|
||||
|
||||
|
||||
|
||||
if (m_solver.inconsistent()) return l_false;
|
||||
expr_ref_vector _assumptions(m);
|
||||
obj_map<expr, expr*> asm2fml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue