COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 2 of Ticket #247


Ignore:
Timestamp:
11/04/09 19:31:01 (15 years ago)
Author:
Peter Kovacs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #247

    • Property Owner changed from Alpar Juttner to Peter Kovacs
    • Property Milestone changed from LEMON 1.1 release to
  • Ticket #247 – Description

    initial v2  
    1 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.
     1There 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.