mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
track origin slice for concat nodes
This commit is contained in:
parent
af73f26941
commit
85d80a0ae1
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ namespace polysat {
|
|||
args.push_back(n->get_expr());
|
||||
app* a = m_ast.mk_app(mk_concat_decl(args), args);
|
||||
enode* concat = find_or_alloc_enode(a, base.size(), base.data(), width(sv), null_var);
|
||||
info(concat).slice = sv;
|
||||
base.clear();
|
||||
m_egraph.merge(sv, concat, encode_dep(dep_t()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue