mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
consolidate freeze functionality into dependent_expr_state
rename size() to qtail() and introduce shortcuts ensure tactic goals are not updated if they are in inconsistent state (because indices could be invalidated)
This commit is contained in:
parent
73a652cf4b
commit
bec3acd146
21 changed files with 223 additions and 93 deletions
|
@ -258,7 +258,7 @@ namespace euf {
|
|||
if (!m_enabled)
|
||||
return;
|
||||
m_nonzero.reset();
|
||||
for (unsigned i = 0; i < fmls.size(); ++i)
|
||||
for (unsigned i = 0; i < fmls.qtail(); ++i)
|
||||
add_pos(fmls[i].fml());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue