mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 21:36:09 +00:00
Fixed range regex (#7497)
This commit is contained in:
parent
d81de1a67e
commit
e002c57aa2
2 changed files with 40 additions and 17 deletions
|
|
@ -137,6 +137,7 @@ namespace sls {
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue