mirror of
https://github.com/Z3Prover/z3
synced 2026-07-23 15:32: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
|
|
@ -124,7 +124,7 @@ namespace spacer {
|
|||
return false;
|
||||
}
|
||||
SASSERT(lit->get_num_args() == 2);
|
||||
sort* s = m.get_sort(lit->get_arg(0));
|
||||
sort* s = lit->get_arg(0)->get_sort();
|
||||
bool is_int = m_arith.is_int(s);
|
||||
if (!is_int && m_arith.is_int_expr(lit->get_arg(0))) {
|
||||
is_int = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue