mirror of
https://github.com/Z3Prover/z3
synced 2026-07-16 12:05:43 +00:00
Some performance fixes
This commit is contained in:
parent
4b46dc788c
commit
325cff40da
5 changed files with 251 additions and 71 deletions
|
|
@ -37,7 +37,7 @@ COMMON_ARGS = ["model_validate=true"]
|
|||
# All three configurations are always run.
|
||||
SOLVERS = {
|
||||
"nseq_md": ["smt.string_solver=nseq", "smt.nseq.parikh=false", "smt.nseq.eager=false",
|
||||
"smt.nseq.regex_factorization_threshold=10000000", "smt.nseq.regex_factorization_eager=true", "smt.nseq.regex_dynamic_decomposition=false"],
|
||||
"smt.nseq.regex_factorization_threshold=10000000", "smt.nseq.regex_factorization_eager=false", "smt.nseq.regex_dynamic_decomposition=false"],
|
||||
"nseq_pa": ["smt.string_solver=nseq", "smt.nseq.parikh=false", "smt.nseq.eager=false",
|
||||
"smt.nseq.regex_factorization_threshold=0", "smt.nseq.regex_factorization_eager=false", "smt.nseq.regex_dynamic_decomposition=true"],
|
||||
"seq": ["smt.string_solver=seq"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue