* renamed donor pools to snippet databases
* removed existing donor pool construction code and replaced with a simpler, more effective alternative in the Problem class -- only snippets that are executed by the program-under-repair are considered for membership
* added hard-coded snippet filters to Problem class
* added __len__ to SnippetDatabase
* improvements to logging
* implemented several compositional generators for lazily constructing patches (and transformations) according to certain policies
* reduced memory footprint for Problem instances
* pinned to BugZoo 2.0.8