Files
gentoo/sci-libs/cdd+/metadata.xml
2021-09-11 15:22:48 +02:00

17 lines
724 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
The program cdd+ is a C++ implementation of the Double Description Method of Motzkin et al. for generating all
vertices (i.e. extreme points) and extreme rays of a general convex polyhedron in R^d given by a system of linear
inequalities: P = { x : A x &lt;= b } where A is an m x d real matrix and b is a real m dimensional vector.
</longdescription>
<upstream>
<remote-id type="github">cddlib/cddplus</remote-id>
</upstream>
</pkgmetadata>