3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

Add outline of elimination for regex membership constraints

This commit is contained in:
Nikolaj Bjorner 2025-01-07 14:17:20 -08:00
parent b6c0e6fe4b
commit ab9ea4e6e7
3 changed files with 41 additions and 1 deletions

View file

@ -243,6 +243,8 @@ elim_unconstrained::node& elim_unconstrained::get_node(expr* t) {
node& ch = get_node(arg);
SASSERT(ch.is_root());
ch.add_parent(*n);
if (is_uninterp_const(arg))
m_heap.increased(arg->get_id());
}
}
else if (is_quantifier(t)) {