3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-11 02:08:07 +00:00

ensure that max-conflicts is propagated to nra-solver

This commit is contained in:
Nikolaj Bjorner 2025-08-17 13:58:31 -07:00
parent e76f9f2615
commit f486617f81
2 changed files with 6 additions and 1 deletions

View file

@ -1427,6 +1427,8 @@ public:
void init_search_eh() {
m_arith_eq_adapter.init_search_eh();
m_num_conflicts = 0;
if (m_solver)
lp().settings().m_max_conflicts = ctx().get_fparams().m_max_conflicts;
}
bool can_get_value(theory_var v) const {