3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-07 13:54:53 +00:00
z3/spec/plan.md
Nikolaj Bjorner d1468bc09d initial spec
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-27 16:25:58 -08:00

473 B

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.