mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fussing with qe in duality
This commit is contained in:
parent
bfa6c99676
commit
a410e7f716
6 changed files with 23 additions and 3 deletions
|
@ -1819,7 +1819,7 @@ namespace Duality {
|
|||
}
|
||||
|
||||
bool NodeTooComplicated(Node *node){
|
||||
return tree->CountOperators(node->Annotation.Formula) > 5;
|
||||
return tree->CountOperators(node->Annotation.Formula) > 3;
|
||||
}
|
||||
|
||||
void SimplifyNode(Node *node){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue