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:
parent
b8cadfac56
commit
4536985bf7
5 changed files with 21 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue