summaryrefslogtreecommitdiff
path: root/graph_macro
AgeCommit message (Collapse)Author
2023-01-20chain: a prototype is added.JSDurand
I have an ostensibly working prototype now. Further tests are needed to make sure that the algorithm meets the time complexity requirement, though.
2023-01-13macro: try to write a macro for inhereting graphsJSDurand
An attempt to write a derive macro to automatically derive the various graph traits.