mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
fresh index
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c92a63690d
commit
ce4e1d3cbb
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace smt {
|
||||||
ts.push_back(mk_cont(idx));
|
ts.push_back(mk_cont(idx));
|
||||||
for (auto const& p : patterns) {
|
for (auto const& p : patterns) {
|
||||||
ts.append(p);
|
ts.append(p);
|
||||||
ts.push_back(mk_cont(idx));
|
ts.push_back(mk_cont(++idx));
|
||||||
}
|
}
|
||||||
t = th.mk_concat(ts, seq_sort);
|
t = th.mk_concat(ts, seq_sort);
|
||||||
th.propagate_eq(lit, s, t, true);
|
th.propagate_eq(lit, s, t, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue