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:
parent
d4100fc472
commit
d3bf25ce85
5 changed files with 8 additions and 10 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue