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:
parent
1e99059a5d
commit
d4f2215024
4 changed files with 27 additions and 18 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue