mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 21:36:09 +00:00
parent
22c2635786
commit
f034616950
24 changed files with 1000 additions and 3462 deletions
|
|
@ -24,12 +24,6 @@ class seq_subset {
|
|||
|
||||
bool is_subset_rec(expr* a, expr* b, unsigned depth) const;
|
||||
|
||||
// true if regex a, viewed as a flattened concatenation, has suf as a
|
||||
// structural (concatenation) suffix.
|
||||
bool ends_with(expr* a, expr* suf) const;
|
||||
|
||||
void flatten_concat(expr* a, ptr_vector<expr>& out) const;
|
||||
|
||||
public:
|
||||
explicit seq_subset(seq_util::rex& re) : m_re(re) {}
|
||||
bool is_subset(expr* a, expr* b) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue