I have just released PtCut 3.5.0. You can download it here. Full PtCut page here. I know, I tend to gossip. Sorry.
Tag Archives: Tropical Geometry
Finally! PPLpy for Windows (Python 3.7)!
Jonas Weinz has finally managed to compiled a version of PPLpy (together with gmpy2) that works under Windows and can be installed without compiling the whole lot. Many thanks again! 🙂 This version works for Python 3.7 only.
His compiled binaries can be found on his Github page, together with his recipe how to compile it yourself.
I mirror the files here as well:
PtCut v3.3.0 available
I just released PtCut v3.3.0.
The news are:
- “–bbox” switches on calculation of bounding boxes for polyhedra in common planes. This allows for a much faster calculation of BIOMD0000000146_numer.
- “–filter X” allows to only use the first X polyhedra per iteration. This allows to at least calculate a subset of the solution.
- “–remove X,…” will remove polyhedra from bags. With this, one can rewmove superfluous polyhedra. That fact and their name can be found in common planes computation.
- I started a first attempt at some documentation! <gasp> So far, only some switches are in it.
Download here. Full PtCut page is here.
Slides of my talk in Aachen
Yesterday, I gave a talk in Aachen in JRC-COMBINE (part of RWTH) to the group of Andreas Schuppert, where Satya S. Samal is working. Thanks again for the very interesting discussions!
Here are my slides on tropical geometry and PtCut, titled “Using PtCut to Compute Tropical Equilibrations“.
PtCut 3.0.2 released
Just released PtCut 3.0.2 with bugfixes:
- Grid sampling didn’t work under Python3. Fixed.
- Option –stl caused print to screen. Fixed.
- Toyed around with common restrictions. Hopefully nothing is broken. 🙂
PtCut 3.0.1 and PPLpy for Python 2.7 wheels released
Jonas Weinz has produced pre-compiled wheels of PPLpy for Python 2.7 (for Linux 64-bit). Have look at Jonas’ page here.
I have mirrored the files here as well:
- gmpy2-2.1.0a1-cp27-cp27mu-linux_x86_64.whl
- pplpy-0.7-cp27-cp27mu-linux_x86_64.whl
- pplpy_dependencies-0.0.1-py2-none-any.whl
I have released a slightly updated version 3.0.1 of PtCut that works under plain Python 2.7 as well (and Python 3.x and SageMath).
PtCut v3.0.0 released!
I am happy to announce the latest release of PtCut, my software to calculate Tropical Prevarieties and Tropical Equilibria.
The news for version 3.0.0 is that it now supports pplpy instead of SageMath. That makes it much smaller, faster to start, slightly faster in execution and allows Python 3.x to be used. If you work natively on Linux, you can start it easily from the commandline.
Jonas Weinz has produced a first set of pplpy wheels for 64-bit Linux and Python 3.5 & 3.6, see here.
Share and enjoy!
First version of Python PPLpy wheel available
Jonas Weinz has produced the first version of Python wheels of the pplpy library. Great work Jonas, thanks!
PPLpy, by Vincent Delecroix, is a Python wrapper for PPL, the Parma Polyhedral Library. It lets you create and intersect high-dimensional polyhedra. This is what I need for tropical geometry and especially for PtCut, my program to find tropical equilibria and prevarieties.
To use pplpy, you usually need to compile PPL and some other libraries from their C sources. This is long and cumbersome, so Jonas made the effort to write build scripts for that and provide Python wheels. A wheel is a pre-compiled library that you can just install without compiling anything.
On Jonas’ github page you can find three wheels that should work any x64 Linux and for Python 3.5 and 3.6. You need all three wheels (gmpy2, pplpy and pplpy_dependencies). And yes, you need exactly this gmpy2, even if you already have another version of gmpy2 installed. Furthermore, you need to install cython and cysignals as well.
To install, follow the instructions on Jonas’ page. Jonas didn’t mention this, but you might need to set their location (likely /usr/local/lib) in LD_LIBRARY_PATH.
I mirror Jonas files here as well:
PtCut v1.16.0 released
In preparation of submission of an article on my software I have released PtCut v1.16.0. It is freely available under the GNU Lesser General Public License (Version 3).
Click here for the “full story”.
Slides of my SYMBIONT talk
Today was the first scientific meeting of our SYMBIONT Project and I held a talk titled “PtCut: A Program To Compute Tropical Prevarieties”.
The slides to my talk are here (290 Kb).
Slides of all other participants can be found here.