mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
fixes to #7250
This commit is contained in:
parent
49610f5159
commit
b831a589e5
8 changed files with 47 additions and 9 deletions
|
@ -51,6 +51,10 @@ namespace euf {
|
|||
return true;
|
||||
}
|
||||
|
||||
enode_pair th_solver::get_justification_eq(size_t j) {
|
||||
return th_explain::from_index(j).eq_consequent();
|
||||
}
|
||||
|
||||
th_euf_solver::th_euf_solver(euf::solver& ctx, symbol const& name, euf::theory_id id):
|
||||
th_solver(ctx.get_manager(), name, id),
|
||||
ctx(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue