3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-23 10:29:38 +00:00

... and another one...

This commit is contained in:
CEisenhofer 2026-03-19 15:44:15 +01:00
parent 4271bdad55
commit 9f4e823c8b
3 changed files with 81 additions and 23 deletions

View file

@ -69,7 +69,7 @@ namespace seq {
// Build a set of representative character snodes, one per
// alphabet equivalence class, derived from the boundary points
// of the given regex.
void get_alphabet_representatives(euf::snode* re, euf::snode_vector& reps);
bool get_alphabet_representatives(euf::snode* re, euf::snode_vector& reps);
public: