CopyMeGraph — A good place to start with your graph-based model
CopyMeGraph
— A good place to start with your graph-based model#
This template model supplies a minimal graph-based Utopia model. On top of what the CopyMeBare model template provides, this model contains:
Infrastructure for graph setup and data writing
A customisable
GraphType
(based on the Boost Graph Library), including vertex and edge propertiesConfiguration files showcasing some of the graph setup and plotting capabilities
A
cfgs
directory with further example configuration files
Use this model if you want to start “from scratch” but want to avoid setting up the infrastructure itself.
Hint
Refer to Step-by-step Guide for information on how to implement your own model based on this template.