#include <functional>
#include <boost/graph/random.hpp>
#include <utopia/core/model.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/types.hh>
#include <utopia/core/graph.hh>
#include <utopia/data_io/graph_utils.hh>
#include "modes.hh"
#include "revision.hh"
Go to the source code of this file.
|
using | Utopia::Models::Opinionet::VertexContainer = boost::vecS |
| The vertex container type.
|
|
using | Utopia::Models::Opinionet::EdgeContainer = boost::vecS |
| The edge container type.
|
|
using | Utopia::Models::Opinionet::NetworkUndirected = boost::adjacency_list< EdgeContainer, VertexContainer, boost::undirectedS, Agent > |
| The undirected network type.
|
|
using | Utopia::Models::Opinionet::NetworkDirected = boost::adjacency_list< EdgeContainer, VertexContainer, boost::bidirectionalS, Agent, Edge > |
| The directed network type.
|
|
using | Utopia::Models::Opinionet::NetworkUndir = boost::adjacency_list< EdgeContainer, VertexContainer, boost::undirectedS, Agent > |
|
using | Utopia::Models::Opinionet::OpinionetTypes = Utopia::ModelTypes<> |
| Typehelper to define data types of the Opinionet model.
|
|