mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -202,7 +202,7 @@ public:
|
|||
}
|
||||
|
||||
void register_value(expr * n) override {
|
||||
sort * s = this->m_manager.get_sort(n);
|
||||
sort * s = n->get_sort();
|
||||
value_set * set = get_value_set(s);
|
||||
if (!set->m_values.contains(n)) {
|
||||
m_values.push_back(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue