diff --git a/GraphCompressionByBFS-0.3.3.jar b/GraphCompressionByBFS-0.3.3.jar index 0e83a68..6deb31e 100644 Binary files a/GraphCompressionByBFS-0.3.3.jar and b/GraphCompressionByBFS-0.3.3.jar differ diff --git a/README.md b/README.md index a08cfad..5d594b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The `Graph Compression by BFS` project helps you to compress your graphs/networks in an efficient way using just a simple BFS and some more complex tricks. You can use the compressed version directly to query and navigate your original graph, so it is possible to deal with -huge networks in main memory. +huge networks in main memory. Overall it is suitable for the Web Graph since it is able to exploit all the redundacies tipical of this graph. This is a very old project of mine based on an article published with Prof. Alberto Apostolico. The original webpage is on [my university site](http://www.dia.uniroma3.it/~drovandi/software.php), here you find the same code of the last version (0.3.2) with very minor @@ -38,7 +38,7 @@ Very simple requirements: To compress by BFS, `WebGraph` is not necessary (but you need to delete a couple of classes and compile again). Before this project, `WebGraph` was the only project (standard de facto) so I used it to test `GCbyBFS` since they provide also -[excellent datasets](http://law.di.unimi.it/datasets.php). The work by Paolo Boldi and Sebastiano Vigna is a great work, so I'm not planning +[excellent datasets](http://law.di.unimi.it/datasets.php). The project by Paolo Boldi and Sebastiano Vigna is a great work, so I'm not planning to remove `WebGraph` from the requirements. *Note: The original project was compiled under Java 6 so if you need to run it in Java 6 just few (very simple) changes are required* diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index 7af433d..a6ef165 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,10 +2,9 @@ - + All Classes (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html index 759a2f9..68b3ee4 100644 --- a/javadoc/allclasses-noframe.html +++ b/javadoc/allclasses-noframe.html @@ -2,10 +2,9 @@ - + All Classes (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index ef1d0cb..0b58682 100644 --- a/javadoc/constant-values.html +++ b/javadoc/constant-values.html @@ -2,10 +2,9 @@ - + Constant Field Values (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html index 7917f02..c297f77 100644 --- a/javadoc/deprecated-list.html +++ b/javadoc/deprecated-list.html @@ -2,10 +2,9 @@ - + Deprecated List (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/help-doc.html b/javadoc/help-doc.html index 4ffe8cd..ab01016 100644 --- a/javadoc/help-doc.html +++ b/javadoc/help-doc.html @@ -2,10 +2,9 @@ - + API Help (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/index-all.html b/javadoc/index-all.html index 6150be1..b029265 100644 --- a/javadoc/index-all.html +++ b/javadoc/index-all.html @@ -2,10 +2,9 @@ - + Index (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/index.html b/javadoc/index.html index 883ed72..deafc02 100644 --- a/javadoc/index.html +++ b/javadoc/index.html @@ -2,7 +2,7 @@ - + GraphCompressionByBFS 0.3.3 API @@ -334,7 +333,7 @@

N

diff --git a/javadoc/it/uniroma3/dia/gc/ASCIIOfflineGraph.html b/javadoc/it/uniroma3/dia/gc/ASCIIOfflineGraph.html index 193a7d7..d46b08c 100644 --- a/javadoc/it/uniroma3/dia/gc/ASCIIOfflineGraph.html +++ b/javadoc/it/uniroma3/dia/gc/ASCIIOfflineGraph.html @@ -2,10 +2,9 @@ - + ASCIIOfflineGraph (GraphCompressionByBFS 0.3.3 API) - @@ -325,7 +324,7 @@

N

diff --git a/javadoc/it/uniroma3/dia/gc/BFSParser.html b/javadoc/it/uniroma3/dia/gc/BFSParser.html index 3c9f1d0..1a30fe8 100644 --- a/javadoc/it/uniroma3/dia/gc/BFSParser.html +++ b/javadoc/it/uniroma3/dia/gc/BFSParser.html @@ -2,10 +2,9 @@ - + BFSParser (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/BVGraphWrapper.html b/javadoc/it/uniroma3/dia/gc/BVGraphWrapper.html index bb1cd5f..fe9d9d0 100644 --- a/javadoc/it/uniroma3/dia/gc/BVGraphWrapper.html +++ b/javadoc/it/uniroma3/dia/gc/BVGraphWrapper.html @@ -2,10 +2,9 @@ - + BVGraphWrapper (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/BVParser.html b/javadoc/it/uniroma3/dia/gc/BVParser.html index 9f2e1ba..4ec4080 100644 --- a/javadoc/it/uniroma3/dia/gc/BVParser.html +++ b/javadoc/it/uniroma3/dia/gc/BVParser.html @@ -2,10 +2,9 @@ - + BVParser (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/Chunk.html b/javadoc/it/uniroma3/dia/gc/Chunk.html index eae6503..69a8a92 100644 --- a/javadoc/it/uniroma3/dia/gc/Chunk.html +++ b/javadoc/it/uniroma3/dia/gc/Chunk.html @@ -2,10 +2,9 @@ - + Chunk (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/CompressedGraph.html b/javadoc/it/uniroma3/dia/gc/CompressedGraph.html index 0990f6c..0b32d88 100644 --- a/javadoc/it/uniroma3/dia/gc/CompressedGraph.html +++ b/javadoc/it/uniroma3/dia/gc/CompressedGraph.html @@ -2,10 +2,9 @@ - + CompressedGraph (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/Compressor.html b/javadoc/it/uniroma3/dia/gc/Compressor.html index bb4fd39..ce61ed7 100644 --- a/javadoc/it/uniroma3/dia/gc/Compressor.html +++ b/javadoc/it/uniroma3/dia/gc/Compressor.html @@ -2,10 +2,9 @@ - + Compressor (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/Graph.html b/javadoc/it/uniroma3/dia/gc/Graph.html index 1a87bbb..94abf92 100644 --- a/javadoc/it/uniroma3/dia/gc/Graph.html +++ b/javadoc/it/uniroma3/dia/gc/Graph.html @@ -2,10 +2,9 @@ - + Graph (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/GraphInfo.html b/javadoc/it/uniroma3/dia/gc/GraphInfo.html index 4580b10..7e81aab 100644 --- a/javadoc/it/uniroma3/dia/gc/GraphInfo.html +++ b/javadoc/it/uniroma3/dia/gc/GraphInfo.html @@ -2,10 +2,9 @@ - + GraphInfo (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/GraphStatistics.html b/javadoc/it/uniroma3/dia/gc/GraphStatistics.html index 1a884ec..3d8b940 100644 --- a/javadoc/it/uniroma3/dia/gc/GraphStatistics.html +++ b/javadoc/it/uniroma3/dia/gc/GraphStatistics.html @@ -2,10 +2,9 @@ - + GraphStatistics (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/Main.html b/javadoc/it/uniroma3/dia/gc/Main.html index bd37ef3..13f6e7d 100644 --- a/javadoc/it/uniroma3/dia/gc/Main.html +++ b/javadoc/it/uniroma3/dia/gc/Main.html @@ -2,10 +2,9 @@ - + Main (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/Node.html b/javadoc/it/uniroma3/dia/gc/Node.html index 5772116..06320e3 100644 --- a/javadoc/it/uniroma3/dia/gc/Node.html +++ b/javadoc/it/uniroma3/dia/gc/Node.html @@ -2,10 +2,9 @@ - + Node (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/OfflineArray.html b/javadoc/it/uniroma3/dia/gc/OfflineArray.html index 4488dea..ae75dc0 100644 --- a/javadoc/it/uniroma3/dia/gc/OfflineArray.html +++ b/javadoc/it/uniroma3/dia/gc/OfflineArray.html @@ -2,10 +2,9 @@ - + OfflineArray (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/PageRank.html b/javadoc/it/uniroma3/dia/gc/algorithms/PageRank.html index b495b37..0b0d152 100644 --- a/javadoc/it/uniroma3/dia/gc/algorithms/PageRank.html +++ b/javadoc/it/uniroma3/dia/gc/algorithms/PageRank.html @@ -2,10 +2,9 @@ - + PageRank (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/class-use/PageRank.html b/javadoc/it/uniroma3/dia/gc/algorithms/class-use/PageRank.html new file mode 100644 index 0000000..503844a --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/algorithms/class-use/PageRank.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.algorithms.PageRank (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.algorithms.PageRank

+
+
No usage of it.uniroma3.dia.gc.algorithms.PageRank
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/package-frame.html b/javadoc/it/uniroma3/dia/gc/algorithms/package-frame.html index 14b5590..f05b9c2 100644 --- a/javadoc/it/uniroma3/dia/gc/algorithms/package-frame.html +++ b/javadoc/it/uniroma3/dia/gc/algorithms/package-frame.html @@ -2,10 +2,9 @@ - + it.uniroma3.dia.gc.algorithms (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/package-summary.html b/javadoc/it/uniroma3/dia/gc/algorithms/package-summary.html index 356ddcf..42141a8 100644 --- a/javadoc/it/uniroma3/dia/gc/algorithms/package-summary.html +++ b/javadoc/it/uniroma3/dia/gc/algorithms/package-summary.html @@ -2,10 +2,9 @@ - + it.uniroma3.dia.gc.algorithms (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/package-tree.html b/javadoc/it/uniroma3/dia/gc/algorithms/package-tree.html index 7bc0af8..f34bc4e 100644 --- a/javadoc/it/uniroma3/dia/gc/algorithms/package-tree.html +++ b/javadoc/it/uniroma3/dia/gc/algorithms/package-tree.html @@ -2,10 +2,9 @@ - + it.uniroma3.dia.gc.algorithms Class Hierarchy (GraphCompressionByBFS 0.3.3 API) - diff --git a/javadoc/it/uniroma3/dia/gc/algorithms/package-use.html b/javadoc/it/uniroma3/dia/gc/algorithms/package-use.html new file mode 100644 index 0000000..d772576 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/algorithms/package-use.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Package it.uniroma3.dia.gc.algorithms (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
it.uniroma3.dia.gc.algorithms

+
+
No usage of it.uniroma3.dia.gc.algorithms
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/ASCIIGraph.html b/javadoc/it/uniroma3/dia/gc/class-use/ASCIIGraph.html new file mode 100644 index 0000000..6fe50f1 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/ASCIIGraph.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.ASCIIGraph (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.ASCIIGraph

+
+
No usage of it.uniroma3.dia.gc.ASCIIGraph
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/ASCIIOfflineGraph.html b/javadoc/it/uniroma3/dia/gc/class-use/ASCIIOfflineGraph.html new file mode 100644 index 0000000..d96deb8 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/ASCIIOfflineGraph.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.ASCIIOfflineGraph (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.ASCIIOfflineGraph

+
+
No usage of it.uniroma3.dia.gc.ASCIIOfflineGraph
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/BFSParser.html b/javadoc/it/uniroma3/dia/gc/class-use/BFSParser.html new file mode 100644 index 0000000..529b20a --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/BFSParser.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.BFSParser (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.BFSParser

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/BVGraphWrapper.html b/javadoc/it/uniroma3/dia/gc/class-use/BVGraphWrapper.html new file mode 100644 index 0000000..3face48 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/BVGraphWrapper.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.BVGraphWrapper (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.BVGraphWrapper

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/BVParser.html b/javadoc/it/uniroma3/dia/gc/class-use/BVParser.html new file mode 100644 index 0000000..bfa6bdc --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/BVParser.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.BVParser (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.BVParser

+
+
No usage of it.uniroma3.dia.gc.BVParser
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/Chunk.html b/javadoc/it/uniroma3/dia/gc/class-use/Chunk.html new file mode 100644 index 0000000..86f34ac --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/Chunk.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.Chunk (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.Chunk

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/CompressedGraph.html b/javadoc/it/uniroma3/dia/gc/class-use/CompressedGraph.html new file mode 100644 index 0000000..c151142 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/CompressedGraph.html @@ -0,0 +1,177 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.CompressedGraph (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.CompressedGraph

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/Compressor.html b/javadoc/it/uniroma3/dia/gc/class-use/Compressor.html new file mode 100644 index 0000000..f8d4054 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/Compressor.html @@ -0,0 +1,165 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.Compressor (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.Compressor

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/Graph.html b/javadoc/it/uniroma3/dia/gc/class-use/Graph.html new file mode 100644 index 0000000..75dbbda --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/Graph.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Interface it.uniroma3.dia.gc.Graph (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
it.uniroma3.dia.gc.Graph

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/GraphInfo.html b/javadoc/it/uniroma3/dia/gc/class-use/GraphInfo.html new file mode 100644 index 0000000..87bd67a --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/GraphInfo.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.GraphInfo (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.GraphInfo

+
+
No usage of it.uniroma3.dia.gc.GraphInfo
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/GraphStatistics.html b/javadoc/it/uniroma3/dia/gc/class-use/GraphStatistics.html new file mode 100644 index 0000000..673d7a7 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/GraphStatistics.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.GraphStatistics (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.GraphStatistics

+
+
No usage of it.uniroma3.dia.gc.GraphStatistics
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/Main.html b/javadoc/it/uniroma3/dia/gc/class-use/Main.html new file mode 100644 index 0000000..0b5b597 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/Main.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.Main (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.Main

+
+
No usage of it.uniroma3.dia.gc.Main
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/Node.html b/javadoc/it/uniroma3/dia/gc/class-use/Node.html new file mode 100644 index 0000000..0645f6b --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/Node.html @@ -0,0 +1,165 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.Node (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.Node

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/class-use/OfflineArray.html b/javadoc/it/uniroma3/dia/gc/class-use/OfflineArray.html new file mode 100644 index 0000000..79362d0 --- /dev/null +++ b/javadoc/it/uniroma3/dia/gc/class-use/OfflineArray.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class it.uniroma3.dia.gc.OfflineArray (GraphCompressionByBFS 0.3.3 API) + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
it.uniroma3.dia.gc.OfflineArray

+
+
No usage of it.uniroma3.dia.gc.OfflineArray
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2017. All rights reserved.

+ + diff --git a/javadoc/it/uniroma3/dia/gc/code/PiDecoder.html b/javadoc/it/uniroma3/dia/gc/code/PiDecoder.html index fffe3c0..8b314e3 100644 --- a/javadoc/it/uniroma3/dia/gc/code/PiDecoder.html +++ b/javadoc/it/uniroma3/dia/gc/code/PiDecoder.html @@ -2,10 +2,9 @@ - + PiDecoder (GraphCompressionByBFS 0.3.3 API) - @@ -266,7 +265,7 @@

Method Detail