|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <string>#include <fstream>#include <boost/graph/graphml.hpp>#include <boost/graph/graphviz.hpp>#include <boost/property_map/dynamic_property_map.hpp>#include "utopia/core/types.hh"#include "utopia/data_io/filesystem.hh"#include "utopia/data_io/cfg_utils.hh"

Go to the source code of this file.
Namespaces | |
| namespace | Utopia |
| namespace | Utopia::DataIO |
| namespace | Utopia::DataIO::GraphLoad |
Functions | |
| template<typename Graph > | |
| Graph | Utopia::DataIO::GraphLoad::load_graph (const Config &cfg, boost::dynamic_properties pmaps) |
| Load a graph. | |