mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 16:09:30 +00:00
More fixes
This commit is contained in:
parent
b288c2e7dc
commit
43950569eb
6 changed files with 59 additions and 39 deletions
|
|
@ -306,18 +306,4 @@ namespace seq {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// minterm → char_set conversion
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
// Convert a regex minterm expression to a char_set.
|
||||
//
|
||||
// Minterms are Boolean combinations of character-class predicates
|
||||
// (re.range, re.full_char, complement, intersection) produced by
|
||||
// sgraph::compute_minterms(). This function converts them to a
|
||||
// concrete char_set so that fresh character variables introduced by
|
||||
// apply_regex_var_split can be constrained with add_char_range().
|
||||
|
||||
|
||||
} // namespace seq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue