27 using Edge = std::pair<uint32_t, uint32_t>;
35 = std::array<Edge, 5>{
Edge{
A,
B},
Edge{
B,
C},
Edge{
C,
D},
Edge{
D,
E},
Edge{
E,
A}};
55 using Edge = std::pair<uint32_t, uint32_t>;
81 using Edge = std::pair<uint32_t, uint32_t>;
Read-only map of maps of maps (view into a dict-of-dict-of-dict structure)
Definition coreviews.hpp:109
Directed graph data structure for XNetwork.
auto create_test_case2(const Container &weights)
Create a test case with 3 nodes and bidirectional connections.
Definition testcases.hpp:54
auto create_test_case_timing(const Container &weights)
Create a timing test case with 3 nodes and bidirectional connections.
Definition testcases.hpp:80
auto create_test_case1(const Container &weights)
Create a test case with 5 nodes and 5 edges forming a cycle.
Definition testcases.hpp:26