3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 10:44:43 +00:00

fix hilbert_basis tests and add heap_trie index

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-02-16 22:45:37 -08:00
parent 47342e5d0c
commit 306855ba55
6 changed files with 579 additions and 74 deletions

View file

@ -208,6 +208,7 @@ int main(int argc, char ** argv) {
TST(model2expr);
TST(rcf);
TST(hilbert_basis);
TST(heap_trie);
}
void initialize_mam() {}