3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-12 16:20:31 +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

@ -423,6 +423,7 @@ namespace smt {
++m_num_final_checks;
m_nielsen.set_max_search_depth(get_fparams().m_nseq_max_depth);
auto result = m_nielsen.solve();
if (result == seq::nielsen_graph::search_result::sat) {