3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-06 17:22:13 +00:00

optimizing hilbert basis

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-02-18 18:58:43 -08:00
parent 306855ba55
commit 0aa8df98a1
5 changed files with 238 additions and 120 deletions

View file

@ -510,7 +510,7 @@ void tst_hilbert_basis() {
tst1();
tst2();
tst3();
// tst4();
tst4();
tst5();
tst6();
tst7();
@ -530,6 +530,5 @@ void tst_hilbert_basis() {
}
else {
gorrila_test(0, 10, 7, 20, 11);
tst4();
}
}