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:
parent
47836e6f5b
commit
5003cece9d
7 changed files with 92 additions and 0 deletions
|
|
@ -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")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue