mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
compiler optimization and fixes to unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
18ea547cea
85 changed files with 1156 additions and 11585 deletions
|
@ -60,7 +60,7 @@ void dl_query_test(ast_manager & m, smt_params & fparams, params_ref& params,
|
|||
}
|
||||
relation_manager & rel_mgr_q = ctx_b.get_rel_context().get_rmanager();
|
||||
|
||||
decl_set out_preds = ctx_b.get_output_predicates();
|
||||
decl_set out_preds = ctx_b.get_rules().get_output_predicates();
|
||||
decl_set::iterator it = out_preds.begin();
|
||||
decl_set::iterator end = out_preds.end();
|
||||
for(; it!=end; ++it) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue