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:
parent
e76f9f2615
commit
f486617f81
2 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue