equal
deleted
inserted
replaced
10 // @defgroup empty_graph The GraphSkeleton class |
10 // @defgroup empty_graph The GraphSkeleton class |
11 // @{ |
11 // @{ |
12 |
12 |
13 /// An empty graph class. |
13 /// An empty graph class. |
14 |
14 |
|
15 /// When you read this for the first time, |
|
16 /// please send an e-mail to alpar\@cs.elte.hu. |
|
17 /// |
15 /// This class provides all the common features of a graph structure, |
18 /// This class provides all the common features of a graph structure, |
16 /// however completely without implementations and real data structures |
19 /// however completely without implementations and real data structures |
17 /// behind the interface. |
20 /// behind the interface. |
18 /// All graph algorithms should compile with this class, but it will not |
21 /// All graph algorithms should compile with this class, but it will not |
19 /// run properly, of course. |
22 /// run properly, of course. |