Changeset 921:818510fa3d99 in lemon-0.x for src/work/johanna
- 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/johanna
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/johanna/contract_wrapper.h
r394 r921 1 1 // -*- C++ -*- // 2 2 3 #ifndef HUGO_CONTRACT_WRAPPER4 #define HUGO_CONTRACT_WRAPPER3 #ifndef LEMON_CONTRACT_WRAPPER 4 #define LEMON_CONTRACT_WRAPPER 5 5 6 6 #include <graph_wrapper.h> 7 7 8 namespace hugo{8 namespace lemon { 9 9 10 10 template<typename Graph> -
src/work/johanna/ma_order.h
r350 r921 1 1 // -*- C++ -*- // 2 2 3 #ifndef HUGO_MA_ORDER_H4 #define HUGO_MA_ORDER_H3 #ifndef LEMON_MA_ORDER_H 4 #define LEMON_MA_ORDER_H 5 5 6 6 #include <vector> … … 8 8 #include <bin_heap.h> 9 9 10 namespace hugo{10 namespace lemon { 11 11 12 12 template <typename Graph, … … 83 83 }; 84 84 85 } // namespace hugo85 } // namespace lemon 86 86 87 #endif // HUGO_MA_ORDER_H87 #endif // LEMON_MA_ORDER_H -
src/work/johanna/ma_order_test.cc
r350 r921 9 9 10 10 using namespace std; 11 using namespace hugo;11 using namespace lemon; 12 12 13 13 int main() {
Note: See TracChangeset
for help on using the changeset viewer.