Changes in lemon/lgf_reader.h [201:9757e3d9bfeb:197:5893bacaa720] in lemon-main
- File:
-
- 1 edited
-
lemon/lgf_reader.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lemon/lgf_reader.h
r201 r197 1227 1227 /// The only difference is that this class can handle edges and 1228 1228 /// edge maps as well as arcs and arc maps. 1229 ///1230 /// The columns in the \c \@edges (or \c \@arcs) section are the1231 /// edge maps. However, if there are two maps with the same name1232 /// prefixed with \c '+' and \c '-', then these can be read into an1233 /// arc map. Similarly, an attribute can be read into an arc, if1234 /// it's value is an edge label prefixed with \c '+' or \c '-'.1235 1229 template <typename _Graph> 1236 1230 class GraphReader {
Note: See TracChangeset
for help on using the changeset viewer.

