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:
parent
47342e5d0c
commit
306855ba55
6 changed files with 579 additions and 74 deletions
|
@ -208,6 +208,7 @@ int main(int argc, char ** argv) {
|
|||
TST(model2expr);
|
||||
TST(rcf);
|
||||
TST(hilbert_basis);
|
||||
TST(heap_trie);
|
||||
}
|
||||
|
||||
void initialize_mam() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue