3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 17:25:47 +00:00

added Karr test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-02-27 17:32:27 -08:00
parent 5598f334d4
commit 75eca46d93
6 changed files with 238 additions and 9 deletions

View file

@ -25,6 +25,7 @@ static void find_le(heap_trie_t& ht, unsigned num_keys, unsigned const* keys) {
}
void tst_heap_trie() {
heap_trie_t ht;