Skip to content

Commit

Permalink
Update sat_ddfw.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Oct 22, 2024
1 parent 45ef6d0 commit d18831c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/sat_ddfw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ namespace sat {
}

void ddfw::add(solver const& s) {
set_seed(s.get_config().m_random_seed);
for (auto& ci : m_clauses)
m_alloc.del_clause(ci.m_clause);
m_clauses.reset();
Expand Down

0 comments on commit d18831c

Please sign in to comment.