mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
// generic method for setting unique sequences
|
||||
void set_prefix(expr* uniq) {
|
||||
m_trail.push_back(uniq);
|
||||
m_unique_sequences.insert(m.get_sort(uniq), uniq);
|
||||
m_unique_sequences.insert(uniq->get_sort(), uniq);
|
||||
}
|
||||
|
||||
expr* get_some_value(sort* s) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue