3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-02 05:16:08 +00:00

Simplify regex splits

This commit is contained in:
CEisenhofer 2026-03-20 13:33:53 +01:00
parent 5d912bdfa5
commit 737c5d44ed
3 changed files with 32 additions and 77 deletions

View file

@ -142,7 +142,7 @@ namespace euf {
// Brzozowski derivative of regex re with respect to element elem.
// allowed_range can explicitly provide a concrete character or range to use
// for deriving symbolic variables.
snode* brzozowski_deriv(snode* re, snode* elem, snode* allowed_range = nullptr);
snode* brzozowski_deriv(snode* re, snode* elem);
// Decode a character expression that may be represented as a const-char,
// a unit string containing a const-char, or a one-character string literal.