mirror of
https://github.com/Z3Prover/z3
synced 2026-06-26 10:28:48 +00:00
Merge branch 'master' into c3
This commit is contained in:
commit
043c6c0ad1
259 changed files with 18907 additions and 3725 deletions
|
|
@ -239,8 +239,9 @@ namespace smt {
|
|||
return true;
|
||||
}
|
||||
|
||||
void theory_finite_set::relevant_eh(app* t) {
|
||||
add_immediate_axioms(t);
|
||||
void theory_finite_set::relevant_eh(expr* t) {
|
||||
if (is_app(t))
|
||||
add_immediate_axioms(to_app(t));
|
||||
}
|
||||
|
||||
void theory_finite_set::apply_sort_cnstr(enode* n, sort* s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue