mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
propagate cheap eqs
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
865dfe0590
commit
1e4e887221
5 changed files with 78 additions and 82 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
return m_data.size();
|
||||
}
|
||||
|
||||
unsigned size() {
|
||||
unsigned size() const {
|
||||
return m_index.size();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue