mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
parent
43a19cadf6
commit
e593b5b2c8
3 changed files with 12 additions and 9 deletions
|
@ -155,7 +155,7 @@ class seq_rewriter {
|
|||
bool is_sequence(eautomaton& aut, expr_ref_vector& seq);
|
||||
bool is_epsilon(expr* e) const;
|
||||
void split_units(expr_ref_vector& lhs, expr_ref_vector& rhs);
|
||||
void get_lengths(expr* e, expr_ref_vector& lens, expr_ref_vector& other, rational& pos);
|
||||
bool get_lengths(expr* e, expr_ref_vector& lens, rational& pos);
|
||||
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue