mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d716771541
commit
16dc2788a7
2 changed files with 19 additions and 14 deletions
|
@ -1622,7 +1622,7 @@ namespace nlsat {
|
|||
del_clauses(m_valids);
|
||||
if (m_check_lemmas) {
|
||||
for (clause* c : m_learned) {
|
||||
//check_lemma(c->size(), c->c_ptr(), false, nullptr);
|
||||
check_lemma(c->size(), c->c_ptr(), false, nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue