3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-05 14:56:11 +00:00

[WIP] Try to replace "recursive reusage" of variables by seq.slice

This commit is contained in:
CEisenhofer 2026-05-20 17:24:57 +02:00
parent dd00dd7362
commit 315a09aea8
7 changed files with 88 additions and 156 deletions

View file

@ -73,8 +73,8 @@ namespace smt {
// Nielsen-relevant constraint set changes (new str eq/mem, or a pop).
// m_solved_gen is the generation at the last successful SAT solve;
// when it still equals m_constraint_gen the cached sat path is reusable.
unsigned m_constraint_gen = 0;
unsigned m_solved_gen = UINT_MAX;
unsigned m_last_constraint_added = 0;
bool m_can_hot_restart = false;
// statistics
unsigned m_num_conflicts = 0;