mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
remove spurious output to stdout
This commit is contained in:
parent
04f94d818f
commit
35d4605425
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ namespace sat {
|
||||||
else
|
else
|
||||||
m_learned[j++] = &c;
|
m_learned[j++] = &c;
|
||||||
}
|
}
|
||||||
std::cout << "gc: " << to_gc.size() << " " << m_learned.size() << " -> " << j << "\n";
|
|
||||||
SASSERT(m_learned.size() - j == to_gc.size());
|
SASSERT(m_learned.size() - j == to_gc.size());
|
||||||
m_learned.shrink(j);
|
m_learned.shrink(j);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue