@@ -935,6 +935,12 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
935935 hgl::matrix_hypergraph_traits<
936936 hgl::impl::vertex_major_t ,
937937 hgl::undirected_t >, // undirected vertex-major incidence matrix
938+ hgl::flat_matrix_hypergraph_traits<
939+ hgl::impl::hyperedge_major_t ,
940+ hgl::undirected_t >, // undirected hyperedge-major flat incidence matrix
941+ hgl::flat_matrix_hypergraph_traits<
942+ hgl::impl::vertex_major_t ,
943+ hgl::undirected_t >, // undirected vertex-major flat incidence matrix
938944 hgl::list_hypergraph_traits<
939945 hgl::impl::bidirectional_t ,
940946 hgl::bf_directed_t >, // bf-directed bidirectional incidence list
@@ -958,7 +964,13 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
958964 hgl::bf_directed_t >, // bf-directed hyperedge-major incidence matrix
959965 hgl::matrix_hypergraph_traits<
960966 hgl::impl::vertex_major_t ,
961- hgl::bf_directed_t > // bf-directed vertex-major incidence matrix
967+ hgl::bf_directed_t >, // bf-directed vertex-major incidence matrix
968+ hgl::flat_matrix_hypergraph_traits<
969+ hgl::impl::hyperedge_major_t ,
970+ hgl::bf_directed_t >, // bf-directed hyperedge-major flat incidence matrix
971+ hgl::flat_matrix_hypergraph_traits<
972+ hgl::impl::vertex_major_t ,
973+ hgl::bf_directed_t > // bf-directed vertex-major flat incidence matrix
962974);
963975
964976TEST_CASE_TEMPLATE_DEFINE (
@@ -1120,7 +1132,17 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
11201132 hgl::impl::vertex_major_t ,
11211133 hgl::undirected_t ,
11221134 hgl::name_property,
1123- hgl::name_property> // undirected vertex-major incidence matrix
1135+ hgl::name_property>, // undirected vertex-major incidence matrix
1136+ hgl::flat_matrix_hypergraph_traits<
1137+ hgl::impl::hyperedge_major_t ,
1138+ hgl::undirected_t ,
1139+ hgl::name_property,
1140+ hgl::name_property>, // undirected hyperedge-major flat incidence matrix
1141+ hgl::flat_matrix_hypergraph_traits<
1142+ hgl::impl::vertex_major_t ,
1143+ hgl::undirected_t ,
1144+ hgl::name_property,
1145+ hgl::name_property> // undirected vertex-major flat incidence matrix
11241146);
11251147
11261148TEST_CASE_TEMPLATE_DEFINE (
@@ -1356,7 +1378,17 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
13561378 hgl::impl::vertex_major_t ,
13571379 hgl::bf_directed_t ,
13581380 hgl::name_property,
1359- hgl::name_property> // bf-directed vertex-major incidence matrix
1381+ hgl::name_property>, // bf-directed vertex-major incidence matrix
1382+ hgl::flat_matrix_hypergraph_traits<
1383+ hgl::impl::hyperedge_major_t ,
1384+ hgl::bf_directed_t ,
1385+ hgl::name_property,
1386+ hgl::name_property>, // bf-directed hyperedge-major flat incidence matrix
1387+ hgl::flat_matrix_hypergraph_traits<
1388+ hgl::impl::vertex_major_t ,
1389+ hgl::bf_directed_t ,
1390+ hgl::name_property,
1391+ hgl::name_property> // bf-directed vertex-major flat incidence matrix
13601392);
13611393
13621394TEST_CASE_TEMPLATE_DEFINE (
@@ -1557,6 +1589,12 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
15571589 hgl::matrix_hypergraph_traits<
15581590 hgl::impl::vertex_major_t ,
15591591 hgl::undirected_t >, // undirected vertex-major incidence matrix
1592+ hgl::flat_matrix_hypergraph_traits<
1593+ hgl::impl::hyperedge_major_t ,
1594+ hgl::undirected_t >, // undirected hyperedge-major flat incidence matrix
1595+ hgl::flat_matrix_hypergraph_traits<
1596+ hgl::impl::vertex_major_t ,
1597+ hgl::undirected_t >, // undirected vertex-major flat incidence matrix
15601598 hgl::list_hypergraph_traits<
15611599 hgl::impl::bidirectional_t ,
15621600 hgl::bf_directed_t >, // bf-directed bidirectional incidence list
@@ -1580,7 +1618,13 @@ TEST_CASE_TEMPLATE_INSTANTIATE(
15801618 hgl::bf_directed_t >, // bf-directed hyperedge-major incidence matrix
15811619 hgl::matrix_hypergraph_traits<
15821620 hgl::impl::vertex_major_t ,
1583- hgl::bf_directed_t > // bf-directed vertex-major incidence matrix
1621+ hgl::bf_directed_t >, // bf-directed vertex-major incidence matrix
1622+ hgl::flat_matrix_hypergraph_traits<
1623+ hgl::impl::hyperedge_major_t ,
1624+ hgl::bf_directed_t >, // bf-directed hyperedge-major flat incidence matrix
1625+ hgl::flat_matrix_hypergraph_traits<
1626+ hgl::impl::vertex_major_t ,
1627+ hgl::bf_directed_t > // bf-directed vertex-major flat incidence matrix
15841628);
15851629
15861630TEST_SUITE_END (); // test_hypergraph
0 commit comments