mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
unsound equality propagation #5676
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a5bd115235
commit
e45ae32685
2 changed files with 23 additions and 10 deletions
|
@ -1034,7 +1034,7 @@ namespace seq {
|
|||
* Assume that r has the property that if r accepts string p
|
||||
* then r does *not* accept any suffix of p. It is conceptually easy to
|
||||
* convert a deterministic automaton for a regex to a suffix blocking acceptor
|
||||
* by redirecting removing outgoing edges from accepting states and redirecting them
|
||||
* by removing outgoing edges from accepting states and redirecting them
|
||||
* to a sink. Alternative, introduce a different string membership predicate that is
|
||||
* prefix sensitive.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue