diff options
author | Nick Smallbone <nick@smallbone.se> | 2019-03-23 08:17:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 08:17:49 +0700 |
commit | 3015af4e8716f1776cb6dba21b091cfee90be735 (patch) | |
tree | b79f505845cead7e571d98920b4d750e994dae45 /academic/cvc4/slack-desc | |
parent | 2e6a13ec85a6924a37de5e58148508c32f11f07f (diff) |
academic/cvc4: Added (Theorem Solver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cvc4/slack-desc')
-rw-r--r-- | academic/cvc4/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/cvc4/slack-desc b/academic/cvc4/slack-desc new file mode 100644 index 000000000000..d99cfab40f2c --- /dev/null +++ b/academic/cvc4/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cvc4: cvc4 (a first-order theorem prover and SMT solver) +cvc4: +cvc4: CVC4 is an automated theorem prover and satisfiability modulo +cvc4: theories (SMT) solver. Given a formula in first-order logic, it +cvc4: attempts to either prove the formula or find a counterexample. CVC4 +cvc4: supports arithmetic, reasoning about arrays, and several other +cvc4: built-in theories. Input problems are written in SMT-LIB format. +cvc4: +cvc4: This package includes the cvc4 program as well as libraries. +cvc4: +cvc4: Homepage: https://cvc4.cs.stanford.edu/ |