3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00

propagate value initialization to atoms

This commit is contained in:
Nikolaj Bjorner 2025-09-24 11:01:24 +03:00
parent eae4de075b
commit 6173a0d025
5 changed files with 53 additions and 8 deletions

View file

@ -1,5 +0,0 @@
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 0
NamespaceIndentation: All
BreakBeforeBraces: Attach

View file

@ -211,7 +211,7 @@ struct solver::imp {
UNREACHABLE();
return l_undef;
}
for (auto const& m : m_nla_core.emons()) {
for (auto const &m : m_nla_core.emons()) {
if (!check_monic(m)) {
IF_VERBOSE(0, verbose_stream() << "monic " << m << " violated\n";
lra.constraints().display(verbose_stream()));