Opened 10 years ago

#8307 new Patches

additional archetypes request

Reported by: redboltz@… 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)

add_archetypes.patch (11.4 KB ) - added by redboltz@… 10 years ago.

Download all attachments as: .zip

Change History (1)

by redboltz@…, 10 years ago

Attachment: add_archetypes.patch added
Note: See TracTickets for help on using tickets.