mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fussing more with qe in duality
This commit is contained in:
parent
a410e7f716
commit
0449598530
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ namespace Duality {
|
|||
return 0;
|
||||
}
|
||||
if(t.is_quantifier())
|
||||
return CountOperatorsRec(memo,t.body())+1;
|
||||
return CountOperatorsRec(memo,t.body())+2; // count 2 for a quantifier
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue