dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Added `SimpleGraph` property and toml files #5

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

Changed DataGraph data structure so that it includes a SimpleGraph; this is intended to make it easier later on to extend Graphs.jl functions. Also added files from PkgTemplates