Changeset 1006:332627dd249e in lemon-1.2 for lemon/dimacs.h
- Timestamp:
- 09/08/17 17:04:30 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dimacs.h
r1005 r1006 26 26 #include <lemon/maps.h> 27 27 #include <lemon/error.h> 28 28 29 /// \ingroup dimacs_group 29 30 /// \file … … 119 120 /// 120 121 /// If the file type was previously evaluated by dimacsType(), then 121 /// the descriptor struct should be given by the \c des tparameter.122 /// the descriptor struct should be given by the \c desc parameter. 122 123 template <typename Digraph, typename LowerMap, 123 124 typename CapacityMap, typename CostMap, … … 273 274 /// 274 275 /// If the file type was previously evaluated by dimacsType(), then 275 /// the descriptor struct should be given by the \c des tparameter.276 /// the descriptor struct should be given by the \c desc parameter. 276 277 template<typename Digraph, typename CapacityMap> 277 278 void readDimacsMax(std::istream& is, … … 300 301 /// 301 302 /// If the file type was previously evaluated by dimacsType(), then 302 /// the descriptor struct should be given by the \c des tparameter.303 /// the descriptor struct should be given by the \c desc parameter. 303 304 template<typename Digraph, typename LengthMap> 304 305 void readDimacsSp(std::istream& is, … … 331 332 /// 332 333 /// If the file type was previously evaluated by dimacsType(), then 333 /// the descriptor struct should be given by the \c des tparameter.334 /// the descriptor struct should be given by the \c desc parameter. 334 335 template<typename Digraph, typename CapacityMap> 335 336 void readDimacsCap(std::istream& is, … … 371 372 /// 372 373 /// If the file type was previously evaluated by dimacsType(), then 373 /// the descriptor struct should be given by the \c des tparameter.374 /// the descriptor struct should be given by the \c desc parameter. 374 375 template<typename Graph> 375 376 void readDimacsMat(std::istream& is, Graph &g,
Note: See TracChangeset
for help on using the changeset viewer.