mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 21:36:09 +00:00
Regex membership (#7506)
* Make finding a word in the regex iterative * Fixed gc problem
This commit is contained in:
parent
9a237d55ca
commit
c572fc2e4f
5 changed files with 103 additions and 169 deletions
|
|
@ -147,9 +147,6 @@ namespace sls {
|
|||
void next_char(expr* r, unsigned_vector& chars);
|
||||
|
||||
bool is_in_re(zstring const& s, expr* r);
|
||||
bool some_string_in_re(expr* r, zstring& s);
|
||||
bool get_bounds(expr* e, unsigned& low, unsigned& high);
|
||||
bool append_char(expr* r0, expr_ref& r, zstring& s);
|
||||
|
||||
// access evaluation
|
||||
bool is_seq_predicate(expr* e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue