metadata.xml 769 B

123456789101112131415
  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@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription>lrslib is a self-contained ANSI C implementation as a callable library of the
  9. reverse search algorithm for vertex enumeration/convex hull problems and comes with a choice of
  10. three arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd package. All
  11. computations are done exactly in either multiple precision or fixed integer arithmetic. Output is
  12. not stored in memory, so even problems with very large output sizes can sometimes be
  13. solved.</longdescription>
  14. </pkgmetadata>