mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
This commit is contained in:
parent
89ed19a719
commit
614cb26489
1 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ namespace euf {
|
|||
break;
|
||||
propagated = true;
|
||||
}
|
||||
DEBUG_CODE(if (!s().inconsistent()) check_missing_eq_propagation(););
|
||||
DEBUG_CODE(if (!propagated && !s().inconsistent()) check_missing_eq_propagation(););
|
||||
return propagated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue