mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
full recursion on horner, not finished
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
35fad92992
commit
97ef190f4f
3 changed files with 118 additions and 108 deletions
|
@ -451,6 +451,7 @@ namespace smt {
|
|||
std::ofstream out(strm.str());
|
||||
TRACE("lemma", tout << strm.str() << "\n";);
|
||||
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();
|
||||
return m_lemma_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue