mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
shortcut
This commit is contained in:
parent
878d4a2fd0
commit
555ac49023
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue