Changeset 987:87f7c54892df in lemon-0.x for src/work/athos/old
- Timestamp:
- 11/13/04 18:07:10 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/old/minlengthpaths.h
r986 r987 31 31 class MinLengthPaths { 32 32 33 typedef typename LengthMap::Value TypeLength;33 typedef typename LengthMap::Value Length; 34 34 35 35 typedef typename Graph::Node Node; … … 50 50 const NodeMap &pot; 51 51 public : 52 typedef typename LengthMap::Key Type KeyType;53 typedef typename LengthMap::Value Type ValueType;54 55 Value Typeoperator[](typename ResGraphType::Edge e) const {52 typedef typename LengthMap::Key Key; 53 typedef typename LengthMap::Value Value; 54 55 Value operator[](typename ResGraphType::Edge e) const { 56 56 //if ( (1-2*rev[e])*ol[e]-(pot[G.target(e)]-pot[G.source(e)] ) <0 ){ 57 57 // std::cout<<"Negative length!!"<<std::endl;
Note: See TracChangeset
for help on using the changeset viewer.