3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00

Remove assertion for number of watches in normalize

This commit is contained in:
Nikolaj Bjorner 2026-02-12 07:03:52 -08:00
parent 4c8b540020
commit 49d41272d9

View file

@ -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;