Opened 10 years ago
#8307 new Patches
additional archetypes request
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Currently, incidence_graph_archetype, adjacency_graph_archetype, and vertex_list_graph_archetype are defined in graph_archetypes.hpp.
According to the following document, those archetypes correspond to IncidenceGraph, AdjacencyGraph, and VertexListGraph concepts: http://www.boost.org/doc/libs/1_53_0/libs/graph/doc/graph_concepts.html
It seems that there are no archetypes correspond to EdgeListGraph, AdjacencyMatrix, VertexAndEdgeListGraph, and BidirectionalGraph concepts.
I attached the patch that adds those additional archetypes and their tests.
Attachments (1)
Note:
See TracTickets
for help on using tickets.