|
| NetworkUndirected | 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
◆ TestNetworkU()
| Utopia::Models::Opinionet::Utils::TestNetworkU::TestNetworkU |
( |
| ) |
|
|
inline |
29 :
31 {
33 "num_vertices",
cfg[
"nw_params"]
34 );
36 boost::generate_random_graph(
38 );
39 }
Container select_entities(const Manager &mngr, const DataIO::Config &sel_cfg)
Select entities according to parameters specified in a configuration.
Definition select.hh:213
NetworkUndirected nw
Definition test_utils.cc:27
◆ nw
The documentation for this struct was generated from the following file: