mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fussing more with qe in duality
This commit is contained in:
parent
a410e7f716
commit
0449598530
|
@ -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…
Reference in a new issue