mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +00:00
one more special case
This commit is contained in:
parent
1faccffd0d
commit
22411f8b43
2 changed files with 19 additions and 0 deletions
|
@ -61,6 +61,7 @@ namespace polysat {
|
|||
void clause_builder::push(signed_constraint c) {
|
||||
SASSERT(c);
|
||||
SASSERT(c->has_bvar());
|
||||
SASSERT(!c.is_always_false()); // if this case occurs legitimately, we should skip the constraint.
|
||||
if (c.is_always_true()) {
|
||||
m_is_tautology = true;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue