diff --git a/Cone_spanners_2/package_info/Cone_spanners_2/copyright.txt b/Cone_spanners_2/package_info/Cone_spanners_2/copyright.txt index e69de29bb2d..8c52ccd329f 100755 --- a/Cone_spanners_2/package_info/Cone_spanners_2/copyright.txt +++ b/Cone_spanners_2/package_info/Cone_spanners_2/copyright.txt @@ -0,0 +1 @@ +University of Western Sydney (Australia) \ No newline at end of file diff --git a/Cone_spanners_2/package_info/Cone_spanners_2/description.txt b/Cone_spanners_2/package_info/Cone_spanners_2/description.txt index e69de29bb2d..a8e06823cf2 100755 --- a/Cone_spanners_2/package_info/Cone_spanners_2/description.txt +++ b/Cone_spanners_2/package_info/Cone_spanners_2/description.txt @@ -0,0 +1 @@ +This package provides classes for constructing two kinds of cone-based spanners (Yao graph and Theta graph) given a set of vertices on the plane. \ No newline at end of file diff --git a/Cone_spanners_2/package_info/Cone_spanners_2/license.txt b/Cone_spanners_2/package_info/Cone_spanners_2/license.txt index e69de29bb2d..ba1f6f2dc96 100755 --- a/Cone_spanners_2/package_info/Cone_spanners_2/license.txt +++ b/Cone_spanners_2/package_info/Cone_spanners_2/license.txt @@ -0,0 +1 @@ +GPL (v3 or later) \ No newline at end of file diff --git a/Cone_spanners_2/package_info/Cone_spanners_2/long_description.txt b/Cone_spanners_2/package_info/Cone_spanners_2/long_description.txt index e69de29bb2d..edffa7cdfb4 100755 --- a/Cone_spanners_2/package_info/Cone_spanners_2/long_description.txt +++ b/Cone_spanners_2/package_info/Cone_spanners_2/long_description.txt @@ -0,0 +1 @@ +This package provides classes for constructing two kinds of cone-based spanners (Yao graph and Theta graph) given a set of vertices on the plane. Both exact and inexact constructions are implemented. In exact construction, the cone boundaries are calculated using roots of polynomials (requiring CORE::Expr or LEDA::real). In inexact construction, the cone boundaries are calculated using the constant Pi (3.14159265358979323846), which is still accurate enough for most applications. Moreover, for visualization purpose, this package provides functions to generate the data and script files used by Gnuplot to plot the constructed graphs. \ No newline at end of file