mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 22:06:11 +00:00
Reset timestamp for variables in sat_ddfw.cpp
This commit is contained in:
parent
d18cc5629a
commit
4a29326eaa
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ namespace sat {
|
||||||
add_assumptions();
|
add_assumptions();
|
||||||
for (unsigned v = 0; v < num_vars(); ++v) {
|
for (unsigned v = 0; v < num_vars(); ++v) {
|
||||||
value(v) = (m_rand() % 2) == 0; // m_use_list[lit.index()].size() >= m_use_list[nlit.index()].size();
|
value(v) = (m_rand() % 2) == 0; // m_use_list[lit.index()].size() >= m_use_list[nlit.index()].size();
|
||||||
|
m_vars[v].m_timestamp = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!flatten_use_list())
|
if (!flatten_use_list())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue