3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-21 01:24:43 +00:00

All constraints have bvars now

This commit is contained in:
Jakob Rath 2022-11-07 14:14:36 +01:00
parent 586ffdf402
commit 89acd96a89
3 changed files with 4 additions and 8 deletions

View file

@ -1245,8 +1245,6 @@ namespace polysat {
if (m_search[i].is_boolean())
skip.insert(m_search[i].lit().var());
for (auto c : m_constraints) {
if (!c->has_bvar())
continue;
if (skip.contains(c->bvar()))
continue;