3
0
Fork 0
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:
Clemens Eisenhofer 2024-12-30 17:48:09 +01:00 committed by GitHub
parent d81de1a67e
commit e002c57aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 17 deletions

View file

@ -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