mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 19:32:04 +00:00
use a simpler encoding for term indices
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1c0e583abc
commit
8af245a410
10 changed files with 117 additions and 143 deletions
|
@ -150,7 +150,6 @@ monic const* emonics::find_canonical(svector<lpvar> const& vars) const {
|
|||
return result;
|
||||
}
|
||||
|
||||
|
||||
void emonics::remove_cg(lpvar v) {
|
||||
cell* c = m_use_lists[v].m_head;
|
||||
if (c == nullptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue