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:
parent
586ffdf402
commit
89acd96a89
3 changed files with 4 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue