mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
re-add indexof-contains heuristic
This commit is contained in:
parent
1f4bfcb4e5
commit
d26eddf776
2 changed files with 16 additions and 8 deletions
|
@ -262,6 +262,7 @@ protected:
|
|||
ptr_vector<enode> m_concat_axiom_todo;
|
||||
ptr_vector<enode> m_string_constant_length_todo;
|
||||
ptr_vector<enode> m_concat_eval_todo;
|
||||
expr_ref_vector m_delayed_assertions_todo;
|
||||
|
||||
// enode lists for library-aware/high-level string terms (e.g. substr, contains)
|
||||
ptr_vector<enode> m_library_aware_axiom_todo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue