mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix #5771
Missing congruence closure enforcement on auxiliary guard predicates. It diverges but is sound.
This commit is contained in:
parent
d5cc162fa7
commit
d09abdf58e
2 changed files with 3 additions and 3 deletions
|
@ -1458,7 +1458,6 @@ namespace pb {
|
|||
for (auto const [w, l] : wlits)
|
||||
weight += w;
|
||||
if (weight < k) {
|
||||
std::cout << "weight " << weight << " " << k << "\n";
|
||||
if (lit == sat::null_literal)
|
||||
s().add_clause(0, nullptr, sat::status::th(false, get_id()));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue