metadata.xml 661 B

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