Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 26, 2020
1 parent a1991d8 commit 33cdc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/seq_regex.cpp
Expand Up @@ -299,7 +299,7 @@ namespace smt {
}

/**
nonempty(R union Q, Seen) = R = {} or Q = {}
nonempty(R union Q, Seen) = R != {} or Q != {}
nonempty(R[if(p,R1,R2)], Seen) = if(p, nonempty(R[R1], Seen), nonempty(R[R2], Seen)) (co-factor)
nonempty(R, Seen) = nullable(R) or (R not in Seen and nonempty(D(first(R),R), Seen u { R })) (derivative)
Expand Down

0 comments on commit 33cdc06

Please sign in to comment.