Changeset 921:818510fa3d99 in lemon-0.x for src/work/jacint/preflow_res.h
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/preflow_res.h
r444 r921 1 1 // -*- C++ -*- 2 2 //The same as preflow.h, using ResGraphWrapper 3 #ifndef HUGO_PREFLOW_RES_H4 #define HUGO_PREFLOW_RES_H3 #ifndef LEMON_PREFLOW_RES_H 4 #define LEMON_PREFLOW_RES_H 5 5 6 6 #define H0 20 … … 13 13 #include<iostream> 14 14 15 namespace hugo{15 namespace lemon { 16 16 17 17 template <typename Graph, typename T, … … 487 487 }; 488 488 489 } //namespace hugo490 491 #endif // HUGO_PREFLOW_RES_H492 493 494 495 489 } //namespace lemon 490 491 #endif //LEMON_PREFLOW_RES_H 492 493 494 495
Note: See TracChangeset
for help on using the changeset viewer.