mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 04:41:48 +00:00
Remove assertion for number of watches in normalize
This commit is contained in:
parent
0ec79e17cc
commit
e2cf229df2
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ namespace pb {
|
|||
}
|
||||
|
||||
std::pair<unsigned, unsigned> solver::normalize(wliteral* begin, wliteral* end, unsigned k) {
|
||||
SASSERT(p.num_watch() == 0);
|
||||
m_weights.resize(2 * s().num_vars(), 0);
|
||||
for (auto it = begin; it != end; ++it) {
|
||||
auto [w, lit] = *it;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue