mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +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;
|
break;
|
||||||
propagated = true;
|
propagated = true;
|
||||||
}
|
}
|
||||||
DEBUG_CODE(if (!s().inconsistent()) check_missing_eq_propagation(););
|
DEBUG_CODE(if (!propagated && !s().inconsistent()) check_missing_eq_propagation(););
|
||||||
return propagated;
|
return propagated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue