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:
parent
68c7d64d00
commit
6aa6102891
5 changed files with 125 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue