3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-20 07:36:38 +00:00
This commit is contained in:
Jakob Rath 2023-12-01 15:23:48 +01:00
parent 878d4a2fd0
commit 555ac49023

View file

@ -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);