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:
parent
eae4de075b
commit
6173a0d025
5 changed files with 53 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
BasedOnStyle: Google
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 0
|
||||
NamespaceIndentation: All
|
||||
BreakBeforeBraces: Attach
|
||||
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue