◆ vertex
◆ TestNetworkD_small()
Utopia::Models::Opinionet::Utils::TestNetworkD_small::TestNetworkD_small |
( |
| ) |
|
|
inline |
68 {
69 boost::add_edge(
v1,
v2,
nw);
70 boost::add_edge(
v1,
v3,
nw);
71 boost::add_edge(
v4,
v1,
nw);
72 boost::add_edge(
v4,
v2,
nw);
73 }
vertex v2
Definition test_utils.cc:64
vertex v3
Definition test_utils.cc:65
vertex v1
Definition test_utils.cc:63
vertex v4
Definition test_utils.cc:66
NetworkDirected nw
Definition test_utils.cc:62
◆ nw
◆ v1
vertex Utopia::Models::Opinionet::Utils::TestNetworkD_small::v1 = boost::add_vertex(nw) |
◆ v2
vertex Utopia::Models::Opinionet::Utils::TestNetworkD_small::v2 = boost::add_vertex(nw) |
◆ v3
vertex Utopia::Models::Opinionet::Utils::TestNetworkD_small::v3 = boost::add_vertex(nw) |
◆ v4
vertex Utopia::Models::Opinionet::Utils::TestNetworkD_small::v4 = boost::add_vertex(nw) |
The documentation for this struct was generated from the following file: