mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
This commit is contained in:
parent
7b341313d5
commit
f60ed2ce92
2 changed files with 53 additions and 41 deletions
|
@ -458,6 +458,7 @@ namespace smt {
|
|||
void add_unhandled_expr(expr* e);
|
||||
|
||||
bool check_extensionality();
|
||||
bool check_extensionality(expr* e1, enode* n1, enode* n2);
|
||||
bool check_contains();
|
||||
bool check_lts();
|
||||
dependency* m_eq_deps { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue