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:
parent
b6c0e6fe4b
commit
ab9ea4e6e7
3 changed files with 41 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue