summaryrefslogtreecommitdiff
path: root/lib/wolff.hpp
AgeCommit message (Collapse)Author
2019-12-14efficiency tuning: don't evaluate the exponential when we don't have toJaron Kent-Dobias
2019-01-14Large refactoring around changes in the graph class.Jaron Kent-Dobias
- Graphs now use lists of references instead of vectors of indicies. - Vertices and edges have associated classes that can be given arbitrary properties via template specification. - All essential library headers have been combined into one, wolff.hpp.