mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a50f10b8b
commit
18374aa12a
4 changed files with 8 additions and 6 deletions
|
@ -27,7 +27,7 @@ struct test_model_search {
|
|||
};
|
||||
|
||||
ast_manager m;
|
||||
smt_params smt_params;
|
||||
smt_params m_smt_params;
|
||||
fixedpoint_params fp_params;
|
||||
context ctx;
|
||||
manager pm;
|
||||
|
@ -40,8 +40,8 @@ struct test_model_search {
|
|||
|
||||
|
||||
test_model_search():
|
||||
ctx(smt_params, fp_params, m),
|
||||
pm(smt_params, 10, m),
|
||||
ctx(m_smt_params, fp_params, m),
|
||||
pm(m_smt_params, 10, m),
|
||||
fn(m),
|
||||
initt(fn),
|
||||
pt(ctx, pm, fn),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue