mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
Move ast_counter to location for common utilities. It depends on get_free_vars, so is in rewriter directory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d4d3ba104e
commit
b0787024c7
15 changed files with 78 additions and 262 deletions
|
@ -145,7 +145,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
bool mk_karr_invariants::get_transition_relation(rule const& r, matrix& M) {
|
||||
unsigned num_vars = rm.get_var_counter().get_max_var(r)+1;
|
||||
unsigned num_vars = rm.get_counter().get_max_rule_var(r)+1;
|
||||
unsigned arity = r.get_decl()->get_arity();
|
||||
unsigned num_columns = arity + num_vars;
|
||||
unsigned utsz = r.get_uninterpreted_tail_size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue