Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/fib_heap.h
- Timestamp:
- 09/29/04 17:30:04 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/fib_heap.h
r911 r921 1 1 /* -*- C++ -*- 2 * src/ hugo/fib_heap.h - Part of HUGOlib, a generic C++ optimization library2 * src/lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport … … 15 15 */ 16 16 17 #ifndef HUGO_FIB_HEAP_H18 #define HUGO_FIB_HEAP_H17 #ifndef LEMON_FIB_HEAP_H 18 #define LEMON_FIB_HEAP_H 19 19 20 20 ///\file … … 26 26 #include <math.h> 27 27 28 namespace hugo{28 namespace lemon { 29 29 30 30 /// \addtogroup auxdat … … 505 505 ///@} 506 506 507 } //namespace hugo508 509 #endif // HUGO_FIB_HEAP_H510 507 } //namespace lemon 508 509 #endif //LEMON_FIB_HEAP_H 510
Note: See TracChangeset
for help on using the changeset viewer.