3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

adding totalizer

This commit is contained in:
Nikolaj Bjorner 2022-06-29 08:17:39 -07:00
parent fd8ee34564
commit 5afcb489e0
6 changed files with 194 additions and 0 deletions

View file

@ -263,4 +263,5 @@ int main(int argc, char ** argv) {
TST(solver_pool);
//TST_ARGV(hs);
TST(finder);
TST(totalizer);
}