mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
test hilbert-basis with fdds and checked integers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b1fc6a5cac
commit
00e79e6b6b
11 changed files with 969 additions and 83 deletions
|
@ -508,6 +508,12 @@ static void tst15() {
|
|||
saturate_basis(hb);
|
||||
}
|
||||
|
||||
static void tst16() {
|
||||
hilbert_basis hb;
|
||||
hb.add_le(vec(1, 0), R(100));
|
||||
saturate_basis(hb);
|
||||
}
|
||||
|
||||
|
||||
void tst_hilbert_basis() {
|
||||
std::cout << "hilbert basis test\n";
|
||||
|
@ -537,6 +543,7 @@ void tst_hilbert_basis() {
|
|||
tst13();
|
||||
tst14();
|
||||
tst15();
|
||||
tst16();
|
||||
gorrila_test(0, 4, 3, 20, 5);
|
||||
gorrila_test(1, 4, 3, 20, 5);
|
||||
//gorrila_test(2, 4, 3, 20, 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue