Skip to content

Commit 8b6f0f5

Browse files
authored
Merge pull request #7447 from zhassan-aws/iss7416
Do not clear the clause set between calls to the external SAT solver
2 parents 3d8c1f8 + 7b0b3e7 commit 8b6f0f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/solvers/sat/external_sat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ external_satt::resultt external_satt::do_prop_solve()
180180
// create a temporary file
181181
temporary_filet cnf_file("external-sat", ".cnf");
182182
write_cnf_file(cnf_file());
183-
clauses.clear();
184183
auto output = execute_solver(cnf_file());
185184
return parse_result(output);
186185
}

0 commit comments

Comments
 (0)