mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
fixes to proof logging and checking
This commit is contained in:
parent
4388719848
commit
993ff40826
7 changed files with 100 additions and 27 deletions
|
@ -193,7 +193,7 @@ namespace euf {
|
|||
|
||||
// proofs
|
||||
void log_antecedents(std::ostream& out, literal l, literal_vector const& r);
|
||||
void log_antecedents(literal l, literal_vector const& r, eq_proof_hint* hint);
|
||||
void log_antecedents(literal l, literal_vector const& r, th_proof_hint* hint);
|
||||
void log_justification(literal l, th_explain const& jst);
|
||||
|
||||
typedef std::pair<expr*, expr*> expr_pair;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue