3
0
Fork 0
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:
Ken McMillan 2013-12-13 12:21:54 -08:00
parent bfa6c99676
commit a410e7f716
6 changed files with 23 additions and 3 deletions

View file

@ -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){