mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
a5c60ec517
commit
1bddfd40c3
2 changed files with 11 additions and 3 deletions
|
@ -1201,7 +1201,7 @@ namespace smt {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (idx == num_lits) {
|
||||
if (idx == num_lits || num_params == 0) {
|
||||
return;
|
||||
}
|
||||
for (unsigned i = 0; i < num_lits; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue