Boost logo

Boost Users :

From: Jacques Papper (jpapper_at_[hidden])
Date: 2007-10-09 09:24:00


Hi everyone,

In the documentation it is stated for the "CSRG" that the template parameter must obey the following :

 "A graph type modeling VertexMutableGraph
  and EdgeMutableGraph. Also
  the graph must have internal vertex_index and
  edge_index properties. The vertex indices must be maintained
  automatically by the graph, whereas the edge indices will be
  assigned by the subgraph class implementation"

Does this mean that I can not "extract" subgraphs from a Compressed Sparse Row Graph ??

Jacques


---------------------------

This email contains information that is private and confidential and is intended only for the addressee. If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.

Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.

Aircraft Research Association Ltd. Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245

 

 

Vertex Mutable Graph C++ Boost

Vertex Mutable Graph

A vertex mutable graph can be changed by adding or removing vertices. The memory management is the responsibility of the graph implementation. The graph user need only make calls to add_vertex and remove_vertex and the graph implementation does the rest.

Refinement of

Graph and DefaultConstructible

Associated Types

No additional associated types.

Valid Expressions

Complexity guarantees



Copyright © 2000-2001 Jeremy Siek, Indiana University (jsiek@osl.iu.edu) Lie-Quan Lee, Indiana University (llee@cs.indiana.edu)
Edge Mutable Graph C++ Boost

Edge Mutable Graph

The Edge Mutable Graph concept defines the interface for a graph that supports the addition and removal of edges.

Refinement of

Graph

Associated Types

No additional associated types.

Valid Expressions

Complexity guarantees

UNDER CONSTRUCTION

See Also

Graph concepts

Copyright © 2000-2001 Jeremy Siek, Indiana University (jsiek@osl.iu.edu)

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net