Skip to content

Commit 4a29326

Browse files
Reset timestamp for variables in sat_ddfw.cpp
1 parent d18cc56 commit 4a29326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ast/sls/sat_ddfw.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ namespace sat {
220220
add_assumptions();
221221
for (unsigned v = 0; v < num_vars(); ++v) {
222222
value(v) = (m_rand() % 2) == 0; // m_use_list[lit.index()].size() >= m_use_list[nlit.index()].size();
223+
m_vars[v].m_timestamp = 0;
223224
}
224225

225226
if (!flatten_use_list())

0 commit comments

Comments
 (0)