mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
shortcut
This commit is contained in:
parent
878d4a2fd0
commit
555ac49023
|
@ -1525,6 +1525,9 @@ namespace polysat {
|
|||
SASSERT(m_marked_lits.empty());
|
||||
SASSERT(m_tmp_deps.empty());
|
||||
|
||||
if (v == x)
|
||||
return;
|
||||
|
||||
enode_vector& v_base = m_tmp4;
|
||||
SASSERT(v_base.empty());
|
||||
get_base(var2slice(v), v_base);
|
||||
|
|
Loading…
Reference in a new issue