3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

remove debug output

This commit is contained in:
Jakob Rath 2023-03-05 13:09:51 +01:00
parent 1ef01c5042
commit 01d0df0a4f

View file

@ -214,7 +214,6 @@ namespace polysat {
return false;
}
for (signed_constraint sc : ne->side_cond) {
verbose_stream() << "sc: " << lit_pp(s, sc) << "\n";
// side conditions must evaluate to true by definition
VERIFY(sc.is_currently_true(s));
switch (sc.bvalue(s)) {