Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<application>
 <id type="desktop">alt-ergo.desktop</id>
 <licence>CC0</licence>
 <summary>Alt-Ergo</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>
 <screenshots>
  <screenshot type="default">http://jjames.fedorapeople.org/alt-ergo/altgr-ergo-screenshot.png</screenshot>
 </screenshots>
 <url type="homepage">http://alt-ergo.ocamlpro.com/</url>
 <updatecontact>loganjerry@gmail.com</updatecontact>
</application>