mirror of
https://github.com/Z3Prover/z3
synced 2026-08-08 06:52:26 +00:00
Update seq_monadic.cpp
This commit is contained in:
parent
9e7363bd27
commit
2441ae2f30
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@ TODOs:
|
|||
explored and we can check the variable intersection membership constraints if the new
|
||||
expansion is feasible. Constant characters are consumed at the same time to also prune
|
||||
the choice.
|
||||
- separate out "live-state" and enumerator over reachable live states:
|
||||
- make it share live states between callers.
|
||||
- make it expose an iterator instead of using vectors of live states to allow on-demand expansion of live states.
|
||||
- make use of DFS exploration of derivatives to extract live states without visiting all states up front.
|
||||
- use it in seq_regex legacy mode that also has this notion.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue