mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 22:36:10 +00:00
revert updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8271648bd
commit
4bf4fbd48c
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ class elim_uncnstr_tactic : public tactic {
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
case OP_SEQ_IN_RE:
|
case OP_SEQ_IN_RE:
|
||||||
|
return nullptr;
|
||||||
if (uncnstr(args[0]) && m_seq_util.re.is_ground(args[1]) && m_seq_util.is_string(args[0]->get_sort())) {
|
if (uncnstr(args[0]) && m_seq_util.re.is_ground(args[1]) && m_seq_util.is_string(args[0]->get_sort())) {
|
||||||
zstring s1;
|
zstring s1;
|
||||||
expr *re = args[1];
|
expr *re = args[1];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue