mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
throttle ackerman on arrays
This commit is contained in:
parent
a20b577b2f
commit
84f514a4f4
8 changed files with 54 additions and 6 deletions
|
@ -372,6 +372,7 @@ namespace euf {
|
|||
th_rewriter& get_rewriter() { return m_rewriter; }
|
||||
void rewrite(expr_ref& e) { m_rewriter(e); }
|
||||
bool is_shared(euf::enode* n) const;
|
||||
bool enable_ackerman_axioms(expr* n) const;
|
||||
|
||||
// relevancy
|
||||
bool m_relevancy_enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue