ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/outil/src/hypergraphlib_components.h
Revision: 27
Committed: Thu Jul 5 15:26:40 2007 UTC (17 years, 10 months ago) by foucault
Content type: text/plain
Original Path: magic/lib/outil/outil/src/HypergraphLib_Components.h
File size: 256 byte(s)
Log Message:

File Contents

# User Rev Content
1 foucault 27 #ifndef COMPONENTS_H
2     #define COMPONENTS_H
3    
4     #include <set>
5    
6     namespace HypergraphLib {
7    
8     class Graph;
9     class Node;
10    
11     HYPERGRAPHLIB_ITEM void
12     FindSCC(Graph * __G, std::set < std::set < Node * > > & __components);
13     }
14    
15     #endif // COMPONENTS_H