Removed the possibility of creating an actual edge set. The global edge list
for undirected graph only needs to be lists or vectors. Removed all overloads
and specializations related to it.
Implemented the edge() function for incidence sets.
Need to back out the implementation of add_edge() and make it more efficient
for graphs w/ unique edges (simple graphs).
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.