Skip to main content

Python PPL wrapper

Project description

This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).

The whole package is essentially a copy/paste of the corresponding file from the Sage software. Though, the pplpy package does not need Sage and can be used directly from Python.

How it works

The names of objects and methods are the same as in the library:

>>> import ppl
>>> x = ppl.Variable(0)
>>> y = ppl.Variable(1)
>>> z = ppl.Variable(2)
>>> cs = ppl.Constraint_System()
>>> cs.insert(x >= 0)
>>> cs.insert(y >= 0)
>>> cs.insert(z >= 0)
>>> cs.insert(x + y + z == 1)
>>> poly = ppl.C_Polyhedron(cs)
>>> poly.minimized_generators()
Generator_System {point(1/1, 0/1, 0/1), point(0/1, 1/1, 0/1), point(0/1, 0/1, 1/1)}

Source

You can find the latest version of the source code on github: https://github.com/videlec/pplpy/

Requirements

  • PPL libraries with headers

  • Cython

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pplpy-0.3.tar.gz (283.2 kB view details)

Uploaded Source

File details

Details for the file pplpy-0.3.tar.gz.

File metadata

  • Download URL: pplpy-0.3.tar.gz
  • Upload date:
  • Size: 283.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pplpy-0.3.tar.gz
Algorithm Hash digest
SHA256 26bf83927915ca80e5380dbaae26de93d3942cd68ff2c41d331ac7fa93fdd6ba
MD5 f53e6d3d3179ab491a17740c110f7826
BLAKE2b-256 6288f0dc47db54bcbb92e4215b8b870a024f331d1855b4a3bbc7be207cc4c6ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page