Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
GraphStressTest Class Reference
Inheritance diagram for GraphStressTest:
[legend]
Collaboration diagram for GraphStressTest:
[legend]

Protected Attributes

Graph g
 

Static Protected Attributes

static constexpr size_t NUM_NODES = 1000
 
static constexpr size_t NUM_ARCS = 5000
 

Detailed Description

Definition at line 1018 of file tpl_graph_test.cc.

Member Data Documentation

◆ g

Graph GraphStressTest::g
protected

Definition at line 1021 of file tpl_graph_test.cc.

◆ NUM_ARCS

constexpr size_t GraphStressTest::NUM_ARCS = 5000
staticconstexprprotected

Definition at line 1023 of file tpl_graph_test.cc.

◆ NUM_NODES

constexpr size_t GraphStressTest::NUM_NODES = 1000
staticconstexprprotected

Definition at line 1022 of file tpl_graph_test.cc.


The documentation for this class was generated from the following file: