3
0
Fork 0
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:
Nikolaj Bjorner 2022-08-11 11:34:54 +03:00
parent 791ca02ab1
commit 786280c646
3 changed files with 15 additions and 2 deletions

View file

@ -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);