Opened 16 years ago
Last modified 15 years ago
#247 new enhancement
DegMap — at Initial Version
Reported by: | Peter Kovacs | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
There are InDegMap
and OutDegMap
classes for directed graphs. So it would be nice to have a DegMap
class for undirected graphs. I see that both InDegMap
and OutDegMap
can be used for this purpose, but it would be better to have DegMap
even if it just an alias for on of these maps.
Note: See
TracTickets for help on using
tickets.