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

factor out model-based-opt code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-04-27 15:08:10 -07:00
parent 68c7d64d00
commit 6aa6102891
5 changed files with 125 additions and 22 deletions

View file

@ -186,6 +186,7 @@ int main(int argc, char ** argv) {
TST(smt_context);
TST(theory_dl);
TST(model_retrieval);
TST(model_based_opt);
TST(factor_rewriter);
TST(smt2print_parse);
TST(substitution);