X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=e2318ec55dcdad722022db900a3e321317a885b5;hb=50c3dee5c8a4855023df826e1a733ea3c6076774;hp=faef42e665e37079ae792c1b5cde3415924d8e51;hpb=e256d610ca0db37e964b9a2b4530470e8589b958;p=cvc5.git diff --git a/README.md b/README.md index faef42e66..e2318ec55 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ [![License: BSD]( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)]( https://opensource.org/licenses/BSD-3-Clause) -[![Build Status]( - https://travis-ci.org/CVC4/CVC4.svg?branch=master)]( - https://travis-ci.org/CVC4/CVC4) +![CI](https://github.com/CVC4/CVC4/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) CVC4 =============================================================================== @@ -13,6 +14,11 @@ modulo a first order theory (or a combination of such theories). It is the fourth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3) but does not directly incorporate code from any previous version. +If you are using CVC4 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. + CVC4 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 performance and reduce the memory overhead of its predecessors. It is written @@ -22,10 +28,17 @@ entirely in C++ and is released under an open-source software license (see file Website ------------------------------------------------------------------------------- +CVC4's website is available at: +http://cvc4.cs.stanford.edu/ -More information about CVC4 is available at: +Documentation +------------------------------------------------------------------------------- +Documentation for users of CVC4 is available at: http://cvc4.cs.stanford.edu/ +Documentation for developers is available at: +https://github.com/CVC4/CVC4/wiki/Developer-Guide + Download ------------------------------------------------------------------------------- @@ -47,25 +60,6 @@ For detailed build and installation instructions on these platforms, see file [INSTALL.md](https://github.com/CVC4/CVC4/blob/master/INSTALL.md). -Getting Started -------------------------------------------------------------------------------- - -We recommend that you visit our CVC4 tutorials online at: - - http://cvc4.cs.stanford.edu/wiki/Tutorials - -for help getting started using CVC4. - -If you need help with using CVC4, please refer to -[http://cvc4.stanford.edu#technical-support]( - http://cvc4.stanford.edu#technical-support). - -If you are using CVC4 in your work, or incorporating it into software of your -own, we'd like to invite you to leave a description and link to your -project/software on our [Third Party -Applications](http://cvc4.cs.stanford.edu/wiki/Public:Third_Party_Applications). - - Bug Reports -------------------------------------------------------------------------------