metadata.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>gienah@gentoo.org</email>
  6. <name>Mark Wright</name>
  7. </maintainer>
  8. <maintainer type="project">
  9. <email>sci-mathematics@gentoo.org</email>
  10. <name>Gentoo Mathematics Project</name>
  11. </maintainer>
  12. <longdescription lang="en">
  13. CVC3 is an automatic theorem prover for Satisfiability Modulo Theories
  14. (SMT) problems. It can be used to prove the validity (or, dually, the
  15. satisfiability) of first-order formulas in a large number of built-in
  16. logical theories and their combination.
  17. CVC3 is the last offspring of a series of popular SMT provers, which
  18. originated at Stanford University with the SVC system. In particular,
  19. it builds on the code base of CVC Lite, its most recent
  20. predecessor. Its high level design follows that of the Sammy prover.
  21. CVC3 works with a version of first-order logic with polymorphic types
  22. and has a wide variety of features including:
  23. several built-in base theories: rational and integer linear
  24. arithmetic, arrays, tuples, records, inductive data types, bit
  25. vectors, and equality over uninterpreted function symbols;
  26. support for quantifiers;
  27. an interactive text-based interface;
  28. a rich C and C++ API for embedding in other systems;
  29. proof and model generation abilities;
  30. predicate subtyping;
  31. essentially no limit on its use for research or commercial
  32. purposes (see license).
  33. </longdescription>
  34. <use>
  35. <flag name="isabelle">Add integration support for the Isabelle/HOL
  36. theorem prover.</flag>
  37. <flag name="zchaff">Use the SAT solver zchaff whose copyright is
  38. owned by Princeton University and is more restrictive (see zchaff
  39. license).
  40. </flag>
  41. </use>
  42. </pkgmetadata>