Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cvc3-2.4.1-1.fc15 RPM for i686

From Fedora 15 updates for x86_64

Name: cvc3 Distribution: Fedora Project
Version: 2.4.1 Vendor: Fedora Project
Release: 1.fc15 Build date: Wed Sep 7 05:25:25 2011
Group: Applications/Engineering Build host: x86-01.phx2.fedoraproject.org
Size: 6287509 Source RPM: cvc3-2.4.1-1.fc15.src.rpm
Packager: Fedora Project
Url: http://www.cs.nyu.edu/acsys/cvc3/
Summary: Validity checker of many-sorted first-order formulas with theories
CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT)
problems.  It can be used to prove the validity (or, dually, the
satisfiability) of first-order formulas in a large number of built-in logical
theories and their combination.

CVC3 is the latest offspring of a series of popular SMT provers, which
originated at Stanford University with the SVC system.  In particular, it
builds on the code base of CVC Lite, its most recent predecessor.  Its high
level design follows that of the Sammy prover.

CVC3 works with a version of first-order logic with polymorphic types and has
a wide variety of features including:

 * several built-in base theories: rational and integer linear arithmetic,
   arrays, tuples, records, inductive data types, bit vectors, and equality
   over uninterpreted function symbols;
 * support for quantifiers;
 * an interactive text-based interface;
 * a rich C and C++ API for embedding in other systems;
 * proof and model generation abilities;
 * predicate subtyping;
 * essentially no limit on its use for research or commercial purposes (see
   license).

For example, if you run 'cvc3 +interactive' and submit:
  i, j: INT; ASSERT i = j + 1; QUERY i>j;
it will determine "Valid."  If you then ask:
  QUERY i<j; COUNTERMODEL;
it will determine "Invalid." and show an example demonstrating when the formula
is not true (e.g., i = 0 and j = -1).

Provides

Requires

License

BSD and MIT

Changelog

* Tue Sep 06 2011 Jerry James <loganjerry@gmail.com> - 2.4.1-1
  - New upstream version
  - Drop unnecessary spec file elements (BuildRoot, etc.)
  - Don't run the Java tests; they can't find the JNI shared objects
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Jun 03 2010 Jerry James <loganjerry@gmail.com> - 2.2-2
  - Add python BR (bz 599887)
* Thu Nov 19 2009 Jerry James <loganjerry@gmail.com> - 2.2-1
  - Update to 2.2
  - Drop upstreamed patches (gcc4 and java)
* Tue Oct 27 2009 Jerry James <loganjerry@gmail.com> - 2.1-3
  - Drop the graphviz BR to block generation of huge class graphs
  - Use the new (X)Emacs RPM macros to simplify the spec file
* Mon Oct 19 2009 Jerry James <loganjerry@gmail.com> - 2.1-2
  - Fix problems found on review
  - Enable the Java interface
* Thu Oct 15 2009 Jerry James <loganjerry@gmail.com> - 2.1-1
  - Initial RPM

Files

/usr/bin/cvc3
/usr/lib/libcvc3.so.5
/usr/lib/libcvc3.so.5.0
/usr/lib/libcvc3.so.5.0.0
/usr/share/doc/cvc3-2.4.1
/usr/share/doc/cvc3-2.4.1/INSTALL
/usr/share/doc/cvc3-2.4.1/LICENSE
/usr/share/doc/cvc3-2.4.1/PEOPLE
/usr/share/doc/cvc3-2.4.1/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 07:06:21 2013