mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
remove debug output
This commit is contained in:
parent
1ef01c5042
commit
01d0df0a4f
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ namespace polysat {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
for (signed_constraint sc : ne->side_cond) {
|
for (signed_constraint sc : ne->side_cond) {
|
||||||
verbose_stream() << "sc: " << lit_pp(s, sc) << "\n";
|
|
||||||
// side conditions must evaluate to true by definition
|
// side conditions must evaluate to true by definition
|
||||||
VERIFY(sc.is_currently_true(s));
|
VERIFY(sc.is_currently_true(s));
|
||||||
switch (sc.bvalue(s)) {
|
switch (sc.bvalue(s)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue