3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

Nikolaj's changes

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-10-05 12:31:46 -07:00
parent e30743c2cf
commit 1ed9639898
3 changed files with 227 additions and 201 deletions

View file

@ -2018,7 +2018,7 @@ public:
m_eqs.reset();
m_core.reset();
m_params.reset();
for (auto const& ev : m_explanation) {
for (auto const& ev : m_lia->get_explanation()) {
if (!ev.first.is_zero()) {
set_evidence(ev.second);
}