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:
parent
fec5b2cece
commit
ca28b86eff
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue