blob: de5342d8a61343163b70b2d86e8efc33f3ae2b65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
veriT is a SMT (Satisfiability Modulo Theories) solver. It is open-source,
proof-producing, and complete for quantifier-free formulas with
uninterpreted functions and linear arithmetic on real numbers and integers.
It also offers good support for quantifiers.
The input format is the SMT-LIB 2.0 language and DIMACS.
</longdescription>
</pkgmetadata>
|