3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

throttle value smt -> sls

This commit is contained in:
Nikolaj Bjorner 2025-01-26 14:16:43 -08:00
parent d4100fc472
commit d3bf25ce85
5 changed files with 8 additions and 10 deletions

View file

@ -1571,8 +1571,8 @@ namespace sls {
todo.push_back(op.m_arg1);
todo.push_back(op.m_arg2);
}
if (m_vars[u].is_if_op()) {
auto const& ui = m_vars[u];
auto const& ui = m_vars[u];
if (ui.is_if_op()) {
expr* c = nullptr, * th = nullptr, * el = nullptr;
VERIFY(m.is_ite(ui.m_expr, c, th, el));
todo.push_back(mk_var(th));