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:
parent
dd00dd7362
commit
315a09aea8
7 changed files with 88 additions and 156 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue