3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-18 16:09:30 +00:00

More fixes

This commit is contained in:
CEisenhofer 2026-03-18 15:41:27 +01:00
parent b288c2e7dc
commit 43950569eb
6 changed files with 59 additions and 39 deletions

View file

@ -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