mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89fe24342d
commit
aead45a252
2 changed files with 40 additions and 12 deletions
|
@ -76,10 +76,6 @@ enum seq_op_kind {
|
|||
OP_STRING_SUFFIX,
|
||||
OP_STRING_ITOS,
|
||||
OP_STRING_STOI,
|
||||
//OP_STRING_U16TOS,
|
||||
//OP_STRING_STOU16,
|
||||
//OP_STRING_U32TOS,
|
||||
//OP_STRING_STOU32,
|
||||
OP_STRING_IN_REGEXP,
|
||||
OP_STRING_TO_REGEXP,
|
||||
OP_REGEXP_CONCAT,
|
||||
|
@ -119,6 +115,8 @@ class seq_decl_plugin : public decl_plugin {
|
|||
|
||||
void match(psig& sig, unsigned dsz, sort* const* dom, sort* range, sort_ref& rng);
|
||||
|
||||
void match_left_assoc(psig& sig, unsigned dsz, sort* const* dom, sort* range, sort_ref& rng);
|
||||
|
||||
bool match(ptr_vector<sort>& binding, sort* s, sort* sP);
|
||||
|
||||
sort* apply_binding(ptr_vector<sort> const& binding, sort* s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue