mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 13:26:10 +00:00
port range regular expressions to snode from ZIPT (#9048)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
59bc9b17ea
commit
2ec305f206
3 changed files with 16 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Abstract:
|
|||
|
||||
-- snode classification: empty, char, variable, unit, concat, power,
|
||||
star, loop, union, intersection, complement, fail, full_char,
|
||||
full_seq, to_re, in_re, other.
|
||||
full_seq, range, to_re, in_re, other.
|
||||
-- Metadata computation: ground, regex_free, nullable, level, length.
|
||||
-- Expression registration via mk(expr*), lookup via find(expr*).
|
||||
-- Scope management: push/pop with backtracking.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue