mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
parent
794c09425e
commit
2989d9c241
2 changed files with 6 additions and 1 deletions
|
@ -572,6 +572,10 @@ public:
|
|||
private:
|
||||
|
||||
lbool internalize_goal(goal_ref& g, dep2asm_t& dep2asm, bool is_lemma) {
|
||||
m_solver.pop_to_base_level();
|
||||
if (m_solver.inconsistent())
|
||||
return l_false;
|
||||
|
||||
m_pc.reset();
|
||||
m_subgoals.reset();
|
||||
init_preprocess();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue