mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
parent
07ab4d38b6
commit
293627c889
|
@ -263,6 +263,7 @@ namespace euf {
|
|||
if (!m_enabled)
|
||||
return;
|
||||
m_nonzero.reset();
|
||||
m_trail.reset();
|
||||
for (unsigned i = 0; i < fmls.qtail(); ++i)
|
||||
add_pos(fmls[i].fml());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue