mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 22:36:10 +00:00
Another minterm bug
This commit is contained in:
parent
149a087f65
commit
4271bdad55
4 changed files with 167 additions and 128 deletions
|
|
@ -144,6 +144,10 @@ namespace euf {
|
|||
// for deriving symbolic variables.
|
||||
snode* brzozowski_deriv(snode* re, snode* elem, snode* allowed_range = nullptr);
|
||||
|
||||
// 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.
|
||||
bool decode_re_char(expr* ex, unsigned& out) const;
|
||||
|
||||
// compute minterms (character class partition) from a regex
|
||||
void compute_minterms(snode* re, snode_vector& minterms);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue