mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
test that pivoting is correct in dioph_eq.cpp
This commit is contained in:
parent
0db0efce9f
commit
36293ac773
10 changed files with 399 additions and 223 deletions
|
@ -113,6 +113,8 @@ public:
|
|||
if (was_zero)
|
||||
m_index.push_back(j);
|
||||
}
|
||||
SASSERT(v.is_zero() ==
|
||||
( std::find(m_index.begin(), m_index.end(), j) == m_index.end()));
|
||||
}
|
||||
|
||||
void erase(unsigned j);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue