3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

revert restriction to nira test, move to tuned version of grobner

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-27 16:38:35 -08:00
parent 1e99059a5d
commit d4f2215024
4 changed files with 27 additions and 18 deletions

View file

@ -217,8 +217,8 @@ namespace dd {
g.display(std::cout);
g.simplify();
g.display(std::cout);
//g.saturate();
//g.display(std::cout);
g.saturate();
g.display(std::cout);
}
void test2() {