3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

adding plugin for local search strings

This commit is contained in:
Nikolaj Bjorner 2024-11-22 13:56:03 -08:00
parent 36725758eb
commit b4e768cfb0
4 changed files with 389 additions and 1 deletions

View file

@ -79,7 +79,7 @@ public:
bool contains(zstring const& other) const;
int indexofu(zstring const& other, unsigned offset) const;
int last_indexof(zstring const& other) const;
zstring extract(unsigned lo, unsigned hi) const;
zstring extract(unsigned offset, unsigned length) const;
zstring operator+(zstring const& other) const;
bool operator==(const zstring& other) const;
bool operator!=(const zstring& other) const;