3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 12:48:53 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-09-20 13:57:34 -07:00
parent 1352aa06f3
commit 2c266a96c8
3 changed files with 27 additions and 2 deletions

View file

@ -184,6 +184,7 @@ namespace array {
bool assert_default_store_axiom(app* store);
bool assert_congruent_axiom(expr* e1, expr* e2);
bool add_delayed_axioms();
bool add_as_array_eqs(euf::enode* n);
bool has_unitary_domain(app* array_term);
bool has_large_domain(expr* array_term);