mirror of
https://github.com/Z3Prover/z3
synced 2026-01-08 20:11:17 +00:00
cosmetics
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
230ee01fe2
commit
e895cfb4ae
2 changed files with 0 additions and 12 deletions
|
|
@ -1145,10 +1145,6 @@ namespace nlsat {
|
|||
for (var v : vars)
|
||||
used_vars[v] = true;
|
||||
}
|
||||
if (m_lemma_count >= 7 && false) {
|
||||
enable_trace("lws");
|
||||
enable_trace("nlsat_explain");
|
||||
}
|
||||
display(out << "(echo \"#" << m_lemma_count++ << ":" << annotation << ":", n, cls) << "\")\n";
|
||||
if (m_log_lemma_smtrat)
|
||||
out << "(set-logic NRA)\n";
|
||||
|
|
@ -1163,10 +1159,6 @@ 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 == 10 && false) {
|
||||
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