mirror of
https://github.com/Z3Prover/z3
synced 2026-05-29 21:36:30 +00:00
Keep most of the Nielsen graph and do a hot-restart when only external literals changed
This commit is contained in:
parent
6321a7c479
commit
0d1ee09e62
3 changed files with 99 additions and 65 deletions
|
|
@ -1654,9 +1654,7 @@ namespace seq {
|
|||
|
||||
try {
|
||||
++m_stats.m_num_solve_calls;
|
||||
m_sat_node = nullptr;
|
||||
m_sat_path.reset();
|
||||
m_conflict_sources.reset();
|
||||
clear_sat_node();
|
||||
|
||||
TRACE(seq, tout << "Solve call " << m_stats.m_num_solve_calls << "\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue