mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
addbe55823
commit
ee9c797822
3 changed files with 182 additions and 293 deletions
|
@ -454,7 +454,6 @@ namespace smt {
|
|||
display_lemma_as_smt_problem(out, num_antecedents, antecedents, consequent, logic);
|
||||
TRACE("non_linear", display_lemma_as_smt_problem(tout, num_antecedents, antecedents, consequent, logic););
|
||||
out.close();
|
||||
// SASSERT(m_lemma_id != 2);
|
||||
return m_lemma_id;
|
||||
}
|
||||
|
||||
|
@ -495,10 +494,9 @@ namespace smt {
|
|||
std::ofstream out(strm.str());
|
||||
TRACE("lemma", tout << strm.str() << "\n";
|
||||
display_lemma_as_smt_problem(tout, num_antecedents, antecedents, num_eq_antecedents, eq_antecedents, consequent, logic);
|
||||
);
|
||||
);
|
||||
display_lemma_as_smt_problem(out, num_antecedents, antecedents, num_eq_antecedents, eq_antecedents, consequent, logic);
|
||||
out.close();
|
||||
//SASSERT(m_lemma_id != 2);
|
||||
return m_lemma_id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue