Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
 <id>com.ocamlpro.alt-ergo</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>CECILL-C</project_license>
 <name>Alt-Ergo</name>
 <summary>Automated theorem prover including linear arithmetic</summary>
 <description>
  <p>
   Alt-Ergo is an automated theorem prover implemented in OCaml.  It is based
   on CC(X) - a congruence closure algorithm parameterized by an equational
   theory X.  This algorithm is reminiscent of the Shostak algorithm.
   Currently CC(X) is instantiated by the theory of linear arithmetics.
  </p>
  <p>
   Alt-Ergo also contains a home made SAT-solver and an instantiation mechanism
   by which it fully supports quantifiers.
  </p>
 </description>
 <launchable type="desktop-id">com.ocamlpro.alt-ergo.desktop</launchable>
 <screenshots>
  <screenshot type="default">
   <image>https://jjames.fedorapeople.org/alt-ergo/altgr-ergo-screenshot.png</image>
   <caption>Basic Alt-Ergo usage</caption>
  </screenshot>
 </screenshots>
 <update_contact>alt-ergo-maintainers@fedoraproject.org</update_contact>
 <url type="homepage">https://alt-ergo.ocamlpro.com/</url>
 <url type="bugtracker">https://github.com/OCamlPro/alt-ergo/issues</url>
 <url type="contact">https://alt-ergo.ocamlpro.com/#services</url>
 <content_rating type="oars-1.1"></content_rating>
 <provides>
  <binary>altgr-ergo</binary>
 </provides>
</component>