mirror of
https://github.com/Z3Prover/z3
synced 2025-12-31 08:19:54 +00:00
remove debug instruction
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
dffe5c1971
commit
fc11b7cb9e
1 changed files with 4 additions and 4 deletions
|
|
@ -1146,10 +1146,10 @@ namespace nlsat {
|
|||
used_vars[v] = true;
|
||||
}
|
||||
display(out << "(echo \"#" << m_lemma_count++ << ":" << annotation << ":", n, cls) << "\")\n";
|
||||
if (m_lemma_count == 60) {
|
||||
/* if (m_lemma_count == 60) {
|
||||
enable_trace("lws");
|
||||
enable_trace("nlsat_explain");
|
||||
}
|
||||
}*/
|
||||
if (m_log_lemma_smtrat)
|
||||
out << "(set-logic NRA)\n";
|
||||
else
|
||||
|
|
@ -1163,10 +1163,10 @@ namespace nlsat {
|
|||
for (unsigned i = 0; i < n; ++i)
|
||||
display_smt2(out << "(assert ", ~cls[i]) << ")\n";
|
||||
out << "(check-sat)\n(reset)\n";
|
||||
if (m_lemma_count == 62) {
|
||||
/* if (m_lemma_count == 62) {
|
||||
std::cout << "early exit\n";
|
||||
exit(1);
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
clause * mk_clause_core(unsigned num_lits, literal const * lits, bool learned, _assumption_set a) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue