blob: ad7cf45567b7d26409e6ffcd66f58d034f7991f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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 <= b } where A is an m x d real matrix and b is a real m dimensional vector.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|