How to Install libppl14 in Ubuntu 18.04



Install libppl14 by entering the following commands in the terminal:

sudo apt update
sudo apt install libppl14

Description:

Parma Polyhedra Library (runtime library)

The Parma Polyhedra Library (PPL) is a C++ library for the manipulation of (not necessarily closed) convex polyhedra and other numerical abstractions. The applications of convex polyhedra include program analysis, optimized compilation, integer and combinatorial optimization and statistical data-editing. 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++, exception-safe, rather efficient and thoroughly documented.

Homepage: http://www.cs.unipr.it/ppl/

Version: 1:1.2-2build4

Section: universe/libs