Skip to content

Subdue Python

Compare
Choose a tag to compare
@holderlb holderlb released this 21 Nov 22:12
· 33 commits to master since this release

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.