mirror of
https://github.com/Z3Prover/z3
synced 2026-05-30 21:57:46 +00:00
fix crash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ceb424dc64
commit
919ac515bc
4 changed files with 9 additions and 11 deletions
|
|
@ -3477,9 +3477,6 @@ public:
|
|||
set_evidence(ev.ci(), m_core, m_eqs);
|
||||
if (m_eqs.empty() && all_of(m_core, [&](literal l) { return ctx().get_assignment(l) == l_false; }))
|
||||
is_conflict = true;
|
||||
for (auto l : m_core) {
|
||||
IF_VERBOSE(1, verbose_stream() << l << " " << ctx().get_assignment(l) << "\n");
|
||||
}
|
||||
|
||||
TRACE(arith_conflict,
|
||||
tout << "@" << ctx().get_scope_level() << (is_conflict ? " conflict":" lemma");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue