mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
fixes to #7250
This commit is contained in:
parent
49610f5159
commit
b831a589e5
8 changed files with 47 additions and 9 deletions
|
@ -231,6 +231,7 @@ namespace euf {
|
|||
void log_antecedents(literal l, literal_vector const& r, th_proof_hint* hint);
|
||||
void log_justification(literal l, th_explain const& jst);
|
||||
void log_justifications(literal l, unsigned explain_size, bool is_euf);
|
||||
enode_pair get_justification_eq(size_t j);
|
||||
void log_rup(literal l, literal_vector const& r);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue