mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +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
|
@ -50,6 +50,8 @@ class ast_pp_util {
|
|||
|
||||
void display_decls(std::ostream& out);
|
||||
|
||||
void display_skolem_decls(std::ostream& out);
|
||||
|
||||
void display_asserts(std::ostream& out, expr_ref_vector const& fmls, bool neat = true);
|
||||
|
||||
void display_assert(std::ostream& out, expr* f, bool neat = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue