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:
parent
e30743c2cf
commit
1ed9639898
3 changed files with 227 additions and 201 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue