mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 19:01:29 +00:00
remove verificaiton code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10e4235b4c
commit
f85c02600f
3 changed files with 0 additions and 5 deletions
|
|
@ -1387,7 +1387,6 @@ namespace sat {
|
|||
IF_VERBOSE(20, verbose_stream() << "(sat.card slack: " << slack << " skipped: " << num_skipped << ")\n";);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
if (m_lemma[0] == null_literal) {
|
||||
if (m_lemma.size() == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue