Subdue Python
This release changes the vertices and edges of an instance to be sets rather than lists. Given the set operations typically performed on instances, using Python's own set operations provides almost an order of magnitude speedup.
Thanks to Chris Taylor, PhD student from Ohio State, for this suggestion.