thomasjball / PyExZ3

Python Exploration with Z3
Other
323 stars 49 forks source link

CVC String Revamp #18

Closed GroundPound closed 9 years ago

GroundPound commented 9 years ago

In this changeset we have a refactoring of a the string support and formatting changes according to PEP8 on the modified files. This includes new CVC string support for str.startswith, str.find, str.strip, str.split, string indexing, and string slicing. Additionally I removed some of the particularly verbose logging for the sanity of the user.