3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-22 04:28:50 +00:00

Implement Parameter integration for theory_nseq (smt.nseq.max_depth)

Co-authored-by: CEisenhofer <56730610+CEisenhofer@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-04 15:45:55 +00:00
parent 47836e6f5b
commit 5003cece9d
7 changed files with 92 additions and 0 deletions

View file

@ -248,6 +248,7 @@ struct smt_params : public preprocessor_params,
//
// -----------------------------------
symbol m_string_solver;
unsigned m_nseq_max_depth = 0;
smt_params(params_ref const & p = params_ref()):
m_string_solver(symbol("auto")){