Skip to content
Snippets Groups Projects
Commit 2489834f authored by Paul Fiterau Brostean's avatar Paul Fiterau Brostean
Browse files

Merge branch 'master' of gitlab.science.ru.nl:pfiteraubrostean/tomte-struct

parents 1ecf2087 db2c4f10
No related branches found
No related tags found
No related merge requests found
Here we setup and improve the basic structures used in Tomte.
These include:
* a generic tree structure
+ each node encapsulates a generic data type and maintains a list of referrences to children
* a generic graph structure
+ each node encapsulates a generic data type with set-able content
+ each edge implements a generic process,
+ the graph structure itself provides node/edge management, along
with other features (connectivity, splitting)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment