3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-07 14:32:06 +00:00

Update dioph_eq.cpp

This commit is contained in:
Nikolaj Bjorner 2026-08-06 14:50:32 -07:00 committed by GitHub
parent fec5b2cece
commit ca28b86eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ namespace lp {
unsigned size() const { return static_cast<unsigned>(m_map.size()); }
void clear() {
void clear() {
m_map.clear();
m_rev_map.clear();
}