Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Large 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. | |||
2018-10-19 | big library overhual, fixed all examples, added documentation with sphinx | Jaron Kent-Dobias | |
2018-10-17 | removed a lot of research code to simplify library and examples for publication | Jaron Kent-Dobias | |
2018-10-15 | many changes, including reworking the measurements system | Jaron Kent-Dobias | |
2018-10-10 | big rearrangement of files to make libraries and example (research) files ↵ | Jaron Kent-Dobias | |
clearer, and changed to c++ std lib random numbers |