diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 23:21:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 23:21:54 +0800 |
commit | 9dc288efa6b30385c283a3d86bbe66b19b98f891 (patch) | |
tree | 6e57e7bbdd6a051a02212e2fd71e80ef4398bd3d /devel/ppl/pkg-descr | |
parent | f3d3e8fda26673b739c70cdb4ab927350486f4bb (diff) | |
download | freebsd-ports-gnome-9dc288efa6b30385c283a3d86bbe66b19b98f891.tar.gz freebsd-ports-gnome-9dc288efa6b30385c283a3d86bbe66b19b98f891.tar.zst freebsd-ports-gnome-9dc288efa6b30385c283a3d86bbe66b19b98f891.zip |
add ppl 0.3
The Parma Polyhedra Library
Diffstat (limited to 'devel/ppl/pkg-descr')
-rw-r--r-- | devel/ppl/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/ppl/pkg-descr b/devel/ppl/pkg-descr new file mode 100644 index 000000000000..485cdca4f58a --- /dev/null +++ b/devel/ppl/pkg-descr @@ -0,0 +1,19 @@ +The Parma Polyhedra Library (PPL) is a modern C++ library for the manipulation +of convex polyhedra. To be more precise, the PPL can handle all the convex +polyhedra that can be defined as the intersection of a finite number of closed +hyperspaces, each described by an equality or a non-strict inequality with +rational coefficients. (More details are available on the PPL's internal +mechanisms.) The Parma Polyhedra Library is: + + - user friendly: you write x + 2*y + 5*z <= 7 when you mean it; + - fully dynamic: available virtual memory is the only limitation to the + dimension of anything; + - written in standard C++: meant to be portable; + - exception-safe: never leaks resources or leaves invalid object fragments + around; + - rather efficient: and we hope to make it even more so; + - thoroughly documented: perhaps not literate programming but close enough; + - free software: distributed under the terms of the GNU General Public + License. + +WWW: http://www.cs.unipr.it/ppl/ |