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:
parent
91511f73a0
commit
ac4bcb9034
2 changed files with 17 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue