3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 05:43:39 +00:00

update logging for lemmas

This commit is contained in:
Nikolaj Bjorner 2020-10-29 15:09:23 -07:00
parent 91511f73a0
commit ac4bcb9034
2 changed files with 17 additions and 11 deletions

View file

@ -1420,6 +1420,8 @@ namespace smt {
unsigned num_antecedent_eqs, enode_pair const * antecedent_eqs,
literal consequent = false_literal, symbol const& logic = symbol::null) const;
std::string mk_lemma_name() const;
void display_assignment_as_smtlib2(std::ostream& out, symbol const& logic = symbol::null) const;
void display_normalized_enodes(std::ostream & out) const;