29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>alt-ergo.desktop</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>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>http://jjames.fedorapeople.org/alt-ergo/altgr-ergo-screenshot.png</image>
|
|
<caption>Basic Alt-Ergo usage</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<updatecontact>loganjerry@gmail.com</updatecontact>
|
|
<url type="homepage">http://alt-ergo.ocamlpro.com/</url>
|
|
<url type="bugtracker">https://github.com/OCamlPro/alt-ergo/issues</url>
|
|
</component>
|