being submitted and to be signed using `git commit -s`.
- cvc5 is distributed under the terms of the modified BSD license (see
- [COPYING](https://github.com/CVC4/CVC4/blob/master/COPYING) file). By
+ [COPYING](https://github.com/cvc5/cvc5/blob/master/COPYING) file). By
submitting a signed contribution, you automatically agree to accept the conditions
- described in [COPYING](https://github.com/CVC4/CVC4/blob/master/COPYING).
+ described in [COPYING](https://github.com/cvc5/cvc5/blob/master/COPYING).
- By submitting a signed contribution, you additionally automatically agree
that the [Developer Certificate of Origin](https://developercertificate.org)
If you are interested in becoming a long-term contributor to the cvc5 project,
please contact one of the
-[project leaders](https://cvc4.github.io/people.html#project-leaders).
+[project leaders](https://cvc5.github.io/people.html#project-leaders).
We'd be happy to point you to some internal documentation to help you out.
.. code::
- wget https://github.com/CVC4/CVC4/archive/<commit-sha>.tar.gz
+ wget https://github.com/cvc5/cvc5/archive/<commit-sha>.tar.gz
4. Extract the source code
https://opensource.org/licenses/BSD-3-Clause)
![CI](https://github.com/cvc5/cvc5/workflows/CI/badge.svg)
[![Coverage](
- https://img.shields.io/endpoint?url=https://cvc4.cs.stanford.edu/downloads/builds/coverage/nightly-coverage.json)](
- https://cvc4.cs.stanford.edu/downloads/builds/coverage)
+ https://img.shields.io/endpoint?url=https://cvc5.stanford.edu/downloads/builds/coverage/nightly-coverage.json)](
+ https://cvc5.stanford.edu/downloads/builds/coverage)
cvc5
===============================================================================
If you are using cvc5 in your work, or incorporating it into software of your
own, we invite you to send us a description and link to your
project/software, so that we can link it on our [Third Party
-Applications](https://cvc4.github.io/third-party-applications.html) page.
+Applications](https://cvc5.github.io/third-party-applications.html) page.
cvc5 is intended to be an open and extensible SMT engine. It can be used as a
stand-alone tool or as a library. It has been designed to increase the
Source tar balls and binaries for releases of the
[master branch](https://github.com/cvc5/cvc5) can be
found [here](https://github.com/cvc5/cvc5/releases).
-Nightly builds are available [here](https://cvc4.github.io/downloads).
+Nightly builds are available [here](https://cvc5.github.io/downloads).
Build and Dependencies
## Running Regression Tests
For running regressions tests, see the
-[INSTALL](https://github.com/CVC4/CVC4/blob/master/INSTALL.md#testing-cvc4)
+[INSTALL](https://github.com/cvc5/cvc5/blob/master/INSTALL.rst#testing-cvc5)
file.
By default, each invocation of cvc5 is done with a 10 minute timeout. To use a
- `*.smt`: An [SMT1.x](http://smtlib.cs.uiowa.edu/papers/format-v1.2-r06.08.30.pdf) benchmark
- `*.smt2`: An [SMT 2.x](http://smtlib.cs.uiowa.edu/papers/smt-lib-reference-v2.6-r2017-07-18.pdf) benchmark
-- `*.cvc`: A benchmark that uses [cvc5's native input language](https://github.com/CVC4/CVC4/wiki/CVC4-Native-Input-Language)
- `*.sy`: A [SyGuS](http://sygus.seas.upenn.edu/files/SyGuS-IF.pdf) benchmark
- `*.p`: A [TPTP](http://www.cs.miami.edu/~tptp/TPTP/SyntaxBNF.html) benchmark