|
| NetworkDirected | nw |
| |
| const Config | cfg |
| | The test configuration.
|
| |
| std::shared_ptr< spdlog::logger > | log |
| | A logger to use during the test or to pass to entities that need it.
|
| |
| std::shared_ptr< RNG > | rng |
| | The shared random number generator instance, randomly seeded.
|
| |
◆ vertex
◆ TestNetworkD()
| Utopia::Models::Opinionet::Utils::TestNetworkD::TestNetworkD |
( |
| ) |
|
|
inline |
47 :
49 {
51 "num_vertices",
cfg[
"nw_params"]
52 );
54 boost::generate_random_graph(
56 );
57 }
Container select_entities(const Manager &mngr, const DataIO::Config &sel_cfg)
Select entities according to parameters specified in a configuration.
Definition select.hh:213
NetworkDirected nw
Definition test_utils.cc:45
◆ nw
The documentation for this struct was generated from the following file: