mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
6a5695463f
commit
b4e7730034
5 changed files with 2 additions and 12 deletions
|
@ -228,9 +228,6 @@ unsigned read_dimacs(char const * file_name) {
|
|||
sat_params sp(p);
|
||||
reslimit limit;
|
||||
sat::solver solver(p, limit);
|
||||
if (sp.xor_solver()) {
|
||||
solver.set_extension(alloc(sat::ba_solver));
|
||||
}
|
||||
g_solver = &solver;
|
||||
|
||||
if (file_name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue