Opened 17 years ago
Closed 17 years ago
#288 closed task (done)
Remove bits/base_extender.h
| Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.1 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
bits/base_extender.h has been unused since it is ported form SVN, since UndirDigraphExtender is no longer used for implementing undirected graphs. There is another class BidirBpGraphExtender in the file. A class like that will probably be needed for implementing bipartite graphs, but I'm not sure, since the bipartite concepts should be thoroughly revised, see #69.
That's why I suggest removing this file.
Attachments (1)
Change History (4)
comment:1 Changed 17 years ago by
Changed 17 years ago by
| Attachment: | 288-ca92c2f936b0.patch added |
|---|
comment:3 Changed 17 years ago by
| Resolution: | → done |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.


in fact, this ticket is a follow-up of #283.