mirror of
https://github.com/Z3Prover/z3
synced 2026-06-08 10:00:56 +00:00
Regex intersection bug fixe
This commit is contained in:
parent
256f1bdf1a
commit
16f693b09a
7 changed files with 420 additions and 137 deletions
12
spec/plan.md
Normal file
12
spec/plan.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Your task is to implement the theory solver for strings that is described in the resources under reference.md
|
||||
|
||||
The theory solver should be implemented as a theory solver in src/smt. Call it theory\_nseq.
|
||||
|
||||
Add a parameter setting to control whether using the default string solver theory\_seq or theory\_nseq or the empty string solver.
|
||||
|
||||
Utilities that can be made self-contained go in the directory ast/rewriter.
|
||||
|
||||
|
||||
|
||||
Start out by creating a plan for this implementation.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue