Changeset 921:818510fa3d99 in lemon-0.x for src/work/alpar
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- Location:
- src/work/alpar
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/bfs-named-param.cc
r744 r921 1 1 // -*- mode:C++ -*- 2 2 3 #include < hugo/smart_graph.h>4 #include < hugo/maps.h>3 #include <lemon/smart_graph.h> 4 #include <lemon/maps.h> 5 5 #include <vector> 6 6 #include <iostream> 7 7 8 using namespace hugo;8 using namespace lemon; 9 9 10 10 struct _BFS_DEFAULT_VIS {}; -
src/work/alpar/boolmap_iter.cc
r348 r921 3 3 #include <smart_graph.h> 4 4 5 using namespace hugo;5 using namespace lemon; 6 6 7 7 ///\todo This is only a static map! -
src/work/alpar/f_ed_ka.h
r108 r921 12 12 //#include <bfs_iterator.hh> 13 13 14 namespace hugo{14 namespace lemon { 15 15 template <typename Graph, typename FlowMap, typename CapacityMap> 16 16 typename FlowMap::ValueType maxFlow(Graph &G, … … 115 115 } 116 116 117 } // namespace hugo117 } // namespace lemon 118 118 119 119 #endif //EDMONDS_KARP_HH -
src/work/alpar/f_ed_ka_demo.cc
r118 r921 9 9 #include "../marci/time_measure.h" 10 10 11 using namespace hugo;11 using namespace lemon; 12 12 13 13 // Use a DIMACS max flow file as stdin. -
src/work/alpar/gwrapper.h
r147 r921 3 3 #define GRAPH_WRAPPER_H 4 4 5 namespace hugo{5 namespace lemon { 6 6 7 7 template<typename G> -
src/work/alpar/list_graph_demo.cc
r880 r921 5 5 #include <vector> 6 6 7 using namespace hugo;7 using namespace lemon; 8 8 9 9 typedef ListGraph Graph; -
src/work/alpar/rw_nonref_map.cc
r351 r921 2 2 #include <smart_graph.h> 3 3 4 using namespace hugo;4 using namespace lemon; 5 5 6 6 template<class GG,class TT> -
src/work/alpar/smart_graph_demo.cc
r880 r921 5 5 #include <vector> 6 6 7 using namespace hugo;7 using namespace lemon; 8 8 9 9 typedef SmartGraph Graph;
Note: See TracChangeset
for help on using the changeset viewer.