mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
build fix
This commit is contained in:
parent
daf7e9e3ef
commit
7c2fe46eb7
7 changed files with 46 additions and 49 deletions
|
@ -49,7 +49,7 @@ namespace euf {
|
|||
for (literal lit : r) lits.push_back(~lit);
|
||||
if (l != sat::null_literal)
|
||||
lits.push_back(l);
|
||||
s().get_drat().add(lits, sat::status::euf_learned());
|
||||
s().get_drat().add(lits, sat::status::euf(true));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue