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:
parent
306855ba55
commit
0aa8df98a1
5 changed files with 238 additions and 120 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue