We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d86f5 commit 857fcf9Copy full SHA for 857fcf9
src/solvers/refinement/string_refinement.h
@@ -94,12 +94,8 @@ class string_refinementt final: public bv_refinementt
94
union_find_replacet symbol_resolve;
95
96
std::vector<equal_exprt> equations;
97
- std::list<std::pair<exprt, bool>> non_string_axioms;
98
99
- // Map pointers to array symbols
100
- std::map<exprt, symbol_exprt> pointer_map;
101
-
102
- void add_lemma(const exprt &lemma, const bool _simplify = true);
+ void add_lemma(const exprt &lemma, bool simplify_lemma = true);
103
};
104
105
exprt substitute_array_lists(exprt expr, std::size_t string_max_length);
0 commit comments