Package_info directory done.

This commit is contained in:
Weisheng Si 2015-02-05 10:00:17 +11:00
parent dfb37c2404
commit db4f8d33cd
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
University of Western Sydney (Australia)

View File

@ -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.

View File

@ -0,0 +1 @@
GPL (v3 or later)

View File

@ -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.