mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
remove ast_manager get_sort method entirely
This commit is contained in:
parent
489df0760f
commit
8f577d3943
72 changed files with 209 additions and 208 deletions
|
@ -111,6 +111,8 @@ public:
|
|||
for (expr* e : ts) assert_expr(e);
|
||||
}
|
||||
|
||||
// void set_phase(expr* e) = 0;
|
||||
|
||||
void assert_expr(ptr_vector<expr> const& ts) {
|
||||
for (expr* e : ts) assert_expr(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue