mirror of
https://github.com/Z3Prover/z3
synced 2026-04-02 09:58:59 +00:00
Integer conflicts are proper conflicts
This commit is contained in:
parent
36b01a51f1
commit
beda426d7c
1 changed files with 1 additions and 0 deletions
|
|
@ -1432,6 +1432,7 @@ namespace seq {
|
|||
if (!cur_path.empty() && !check_int_feasibility()) {
|
||||
dep_tracker dep = get_subsolver_dependency(node);
|
||||
node->set_conflict(backtrack_reason::arithmetic, dep);
|
||||
node->set_general_conflict(true);
|
||||
++m_stats.m_num_arith_infeasible;
|
||||
return search_result::unsat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue