mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
10ad5bae21
commit
18a76ab82c
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ namespace q {
|
|||
}
|
||||
return;
|
||||
}
|
||||
if (exp.size() > 1 && is_exists(q) /* && l.sign() */) {
|
||||
if (exp.size() > 1 && is_exists(q) && l.sign()) {
|
||||
sat::literal_vector lits;
|
||||
lits.push_back(~l);
|
||||
for (expr* e : exp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue