Changeset 749:bdc7dfc8c054 in lemon for test
- Timestamp:
 - 07/09/09 02:39:47 (16 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - File:
 - 
          
- 1 edited
 
- 
          test/heap_test.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
test/heap_test.cc
r748 r749 223 223 224 224 // PairingHeap 225 //{226 //typedef PairingHeap<Prio, ItemIntMap> IntHeap;227 //checkConcept<Heap<Prio, ItemIntMap>, IntHeap>();228 //heapSortTest<IntHeap>();229 //heapIncreaseTest<IntHeap>();230 // 231 //typedef PairingHeap<Prio, IntNodeMap > NodeHeap;232 //checkConcept<Heap<Prio, IntNodeMap >, NodeHeap>();233 //dijkstraHeapTest<NodeHeap>(digraph, length, source);234 //}225 { 226 typedef PairingHeap<Prio, ItemIntMap> IntHeap; 227 checkConcept<Heap<Prio, ItemIntMap>, IntHeap>(); 228 heapSortTest<IntHeap>(); 229 heapIncreaseTest<IntHeap>(); 230 231 typedef PairingHeap<Prio, IntNodeMap > NodeHeap; 232 checkConcept<Heap<Prio, IntNodeMap >, NodeHeap>(); 233 dijkstraHeapTest<NodeHeap>(digraph, length, source); 234 } 235 235 236 236 // RadixHeap  
Note: See TracChangeset
          for help on using the changeset viewer.
      
