Skip to content

Commit 7b0b3e7

Browse files
committed
Do not clear the clause set between calls to the external SAT solver
1 parent 50a795e commit 7b0b3e7

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)