mirror of
https://github.com/Z3Prover/z3
synced 2026-01-28 21:08:43 +00:00
Update timestamp on variable flip in ddfw
This commit is contained in:
parent
a4e123b900
commit
d18cc5629a
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ namespace sat {
|
|||
|
||||
void ddfw::flip(bool_var v) {
|
||||
++m_flips;
|
||||
m_vars[v].m_timestamp = m_flips;
|
||||
m_limit.inc();
|
||||
literal lit = literal(v, !value(v));
|
||||
literal nlit = ~lit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue