mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
working on relevancy=3
This commit is contained in:
parent
b87b464e69
commit
e8833f4dac
15 changed files with 65 additions and 62 deletions
|
@ -2006,7 +2006,7 @@ namespace pb {
|
|||
s().pop_to_base_level();
|
||||
if (s().inconsistent())
|
||||
return;
|
||||
unsigned trail_sz, count = 0;
|
||||
unsigned trail_sz = 0, count = 0;
|
||||
do {
|
||||
trail_sz = s().init_trail_size();
|
||||
m_simplify_change = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue