equal
deleted
inserted
replaced
12 |
12 |
13 class SymSmartGraph; |
13 class SymSmartGraph; |
14 |
14 |
15 ///A smart graph class. |
15 ///A smart graph class. |
16 |
16 |
|
17 /// When you read this for the first time, |
|
18 /// please send an e-mail to alpar\@cs.elte.hu. |
|
19 /// |
17 ///This is a simple and fast graph implementation. |
20 ///This is a simple and fast graph implementation. |
18 ///It is also quite memory efficient, but at the price |
21 ///It is also quite memory efficient, but at the price |
19 ///that <b> it does not support node and edge deletion</b>. |
22 ///that <b> it does not support node and edge deletion</b>. |
20 ///Apart from this it conforms to the graph interface documented under |
23 ///Apart from this it conforms to the graph interface documented under |
21 ///the description of \ref GraphSkeleton. |
24 ///the description of \ref GraphSkeleton. |