mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
print skolem declarations only for lemma tracing
This commit is contained in:
parent
791ca02ab1
commit
786280c646
3 changed files with 15 additions and 2 deletions
|
@ -1529,8 +1529,8 @@ namespace smt {
|
|||
fmls.push_back(literal2expr(lits[i]));
|
||||
fml = mk_or(fmls);
|
||||
m_lemma_visitor.collect(fml);
|
||||
m_lemma_visitor.display_decls(std::cout);
|
||||
m_lemma_visitor.display_assert(std::cout, fml.get(), false);
|
||||
m_lemma_visitor.display_skolem_decls(std::cout);
|
||||
m_lemma_visitor.display_assert(std::cout, fml.get(), true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue