09/19/2006 | Compiles under latest version of PPL (v0.9). |
1/31/2005 | Source Code Released. Please email us if you require installation assistance. |
1/17/2005 | Releasing LPInv as a supplement to our [SSM05] paper. |
Library Name | Version Compiled | Download URL | License |
GNU Multi-precision Library (GMP) | latest | http://swox.com/gmp/#DOWNLOAD | LGPL |
GNU Linear Programming Kit (GLPK) | 4.8 | ftp://ftp.gnu.org/gnu/glpk/ | GPL |
Parma Polyhedra Library (PPL) | 0.9 | ftp://ftp.cs.unipr.it/pub/ppl/releases/ | GPL |
To install please follow the steps as outlined below:
## |
## The location of your include files |
## |
PPL_INCLUDE = /directory/of/ppl.hh |
GLPK_INCLUDE = /directory/of/glpk.h |
GMP_INCLUDE = /directory/of/gmp.h |
## |
## The location of your librarires |
## |
GMP_LIB = /path/to/libgmp |
PPL_LIB = /path/to/libppl |
GLPK_LIB = /path/to/libglpk |
[SSM05] | Sriram Sankaranarayanan, Henny Sipma and Zohar Manna, "Scalable Analysis of Linear Systems using Mathematical Programming", Verification, Model-Checking, and Abstract-Interpretation, Vol. 3385 of Lecture Notes in Computer Science, pages 21-47, January, 2005. |
[MP95] | Zohar Manna and Amir Pnueli, "The Temporal Verification of Reactive Systems: Safety", 1996. |
[FAST] | The FAST project page at http://www.lsv.ens-cachan.fr/fast. |
[PPL] | The Parma Polyhedra Library project page at http://www.cs.unipr.it/ppl. |