COIN-OR::LEMON - Graph Library

Opened 15 years ago

Last modified 14 years ago

#247 new enhancement

DegMap

Reported by: Peter Kovacs Owned by: Peter Kovacs
Priority: major Milestone:
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description (last modified by Peter Kovacs)

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 is just an alias for one of these maps.

Change History (2)

comment:1 Changed 15 years ago by Alpar Juttner

Milestone: LEMON 1.1 releaseLEMON 1.2 release
Owner: changed from Alpar Juttner to Peter Kovacs

comment:2 Changed 14 years ago by Peter Kovacs

Description: modified (diff)
Milestone: LEMON 1.2 release
Note: See TracTickets for help on using tickets.