= TOPCOM =
== Description ==
TOPCOM is a collection of clients to compute Triangulations Of Point
Configurations and Oriented Matroids, resp.
The algorithms use only combinatorial data of the point configuration
as is given by its oriented matroid. Some basic commands for computing
and manipulating oriented matroids can also be accessed by the user.
It was very much inspired by the maple program PUNTOS, which was
written by Jesus de Loera. TOPCOM is entirely written in C++, so there
is a significant speed up compared to PUNTOS.
== License ==
GPL v2
== SPKG Maintainers ==
* Volker Braun
== Upstream Contact ==
Prof. Dr. Jörg Rambau <Joerg.Rambau@uni-bayreuth.de>
Lehrstuhl für Wirtschaftsmathematik
Raum FAN-D.1.29 (Sekretariat: FAN-D.1.30)
Universität Bayreuth
D-95440 Bayreuth
Germany
Tel: +49-921-55-7350, Fax: +49-921-55-7352
http://www.rambau.wm.uni-bayreuth.de
== Dependencies ==
* gmp, libcdd
== Special Update/Build Instructions ==
See spkg-src
== Changelog ==
=== TOPCOM-0.17.4 (Volker Braun, September 17th, 2012) ===
* Update to latest upstream version
=== TOPCOM-0.16.2.p2 (Volker Braun, September 25th, 2010) ===
* Fix build issues on Mac OS X. Tested on 10.6.4 with Xcode 3.2.2
=== TOPCOM-0.16.2.p1 (Volker Braun, June 5th, 2010) ===
* Fixed the segfault in the regularity checks
(note to self: never ever link both -lcdd and -lcddgmp)
=== TOPCOM-0.16.2 (Volker Braun, February 3rd, 2010) ===
* initial spkg
* libtool-ized
* renamed configure.in -> configure.ac (preferred usage)
* uses sage's cddlib and gmp/mpir instead of bringing own stuff
* sanitized autotool usage