mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
reorganization of rule_set structure
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5915533170
commit
8f46179def
65 changed files with 778 additions and 10668 deletions
|
@ -59,7 +59,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