3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove explanation.reset() and fixes in add_var_bound()

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-11-09 10:04:08 -08:00 committed by Lev Nachmanson
parent 1d51c5689e
commit 2993453798
4 changed files with 15 additions and 8 deletions

View file

@ -118,7 +118,7 @@ typedef nla::variable_map_type variable_map_type;
case l_true:
break;
case l_false:
ex.reset();
ex.clear();
m_nlsat->get_core(core);
for (auto c : core) {
unsigned idx = static_cast<unsigned>(static_cast<imp*>(c) - this);