Bug 110770 - [NEW PORT] math/cvc3: An automatic theorem prover for the SMT problem
Summary: [NEW PORT] math/cvc3: An automatic theorem prover for the SMT problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 17:10 UTC by Li-Wen Hsu
Modified: 2007-03-25 05:10 UTC (History)
1 user (show)

See Also:


Attachments
cvc3-1.0.shar (5.10 KB, text/plain)
2007-03-24 17:10 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-03-24 17:10:03 UTC
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 last 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). 

WWW:	http://www.cs.nyu.edu/acsys/cvc3/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-25 04:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-25 05:04:48 UTC
clsung      2007-03-25 04:04:31 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/cvc3            Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add cvc3 1.0, an automatic theorem prover for the SMT problem.
  
  PR:             ports/110770
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.448     +1 -0      ports/math/Makefile
  1.1       +31 -0     ports/math/cvc3/Makefile (new)
  1.1       +3 -0      ports/math/cvc3/distinfo (new)
  1.1       +24 -0     ports/math/cvc3/pkg-descr (new)
  1.1       +85 -0     ports/math/cvc3/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-25 05:05:59 UTC
State Changed
From-To: open->closed

New port added. Thank You.