mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 05:16:08 +00:00
Simplify regex splits
This commit is contained in:
parent
5d912bdfa5
commit
737c5d44ed
3 changed files with 32 additions and 77 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue