ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
magic
/
lib
/
outil
/
src
/
hypergraphlib_components.h
Revision:
481
Committed:
Tue Jan 28 16:10:58 2014 UTC
(11 years, 3 months ago) by
francois
Content type:
text/plain
File size:
233 byte(s)
Log Message:
unification de la facon d'ecrire les fichiers tous en minuscules
File Contents
#
User
Rev
Content
1
francois
283
#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