mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +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
|
@ -27,7 +27,8 @@ static void find_le(heap_trie_t& ht, unsigned num_keys, unsigned const* keys) {
|
|||
|
||||
|
||||
void tst_heap_trie() {
|
||||
heap_trie_t ht;
|
||||
unsigned_le le;
|
||||
heap_trie_t ht(le);
|
||||
|
||||
ht.reset(3);
|
||||
unsigned keys1[3] = { 1, 2, 3};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue