3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +00:00

enable post setup parameter tweaking in theory solvers, update azure-pipeline

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-28 15:11:35 -07:00
parent b8cadfac56
commit 4536985bf7
5 changed files with 21 additions and 8 deletions

View file

@ -120,6 +120,9 @@ namespace smt {
if (!m_setup.already_configured()) {
m_fparams.updt_params(p);
}
for (auto th : m_theory_set)
if (th)
th->updt_params();
}
unsigned context::relevancy_lvl() const {