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:
parent
1d51c5689e
commit
2993453798
4 changed files with 15 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue