3
0
Fork 0
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:
CEisenhofer 2026-05-19 15:33:20 +02:00
parent 6321a7c479
commit 0d1ee09e62
3 changed files with 99 additions and 65 deletions

View file

@ -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");