CPAchecker is a tool for configurable software verification. Our implementation is guided by the concepts described in the CAV'07 paper "Configurable Software Verification" and in the ASE'08 paper "Program Analysis with Dynamic Precision Adjustment".
The name CPAchecker was chosen to reflect that the tool is based on the CPA concepts and is used for checking software programs.
Authors/Maintainers: Dirk Beyer, Stefan Löwe, and Philipp Wendler
We provide mailing lists for different audiences (cpachecker-announce,
cpachecker-users, cpachecker-commits, cpachecker-dev).
A description of the mailing lists and how to subscribe can be found in
the file Mailing.txt
in the project trunk.
For installation questions, bug reports, and suggestions, please send
email to CPAchecker-Users (the domain is always sosy-lab.org).
CPAchecker is free software (Apache 2.0 License)
Build-Bot
(regression tests on example programs and verification benchmarks)
Just for Fun: Visualization of CPAchecker Project History
News:
(Full list:
https://svn.sosy-lab.org/software/cpachecker/trunk/NEWS.txt)
Changes since CPAchecker 1.1
----------------------------
* r5060: A time limit of 15 minutes is now enabled by default in most configurations.
If the analysis is not yet finished, CPAchecker will stop after this time and report UNKNOWN.
The time limit can be controlled with the "cpa.conditions.global.time.wall" option
and the "-timelimit" command-line argument.
Example:
scripts/cpa.sh -predicateAnalysis -timelimit 1min test.c
* r4960: If the #include directive of specification automata is used with relative paths,
the base directory of the relative path is now the directory of the file which contains the #include,
...
We thank the following people for their help: (Source: https://svn.sosy-lab.org/software/cpachecker/trunk/Authors.txt)
Main Authors/Maintainers: Dirk Beyer (since 2007), Simon Fraser University, Canada / University of Passau, Germany Stefan Löwe (since 2010), University of Passau, Germany Philipp Wendler (since 2009), University of Passau, Germany Former Maintainers: Erkan Keremoglu (2008 - 2011), Simon Fraser University, Canada Contributors: Gregor Endler (2009 - 2010), University of Passau, Germany Karlheinz Friedberger (2011), University of Passau, Germany Alberto Griggio (2008 - 2009), Simon Fraser University, Canada / University of Trento, Italy Peter Häring (2011), University of Passau, Germany Andreas Holzer (2008 - 2011), University of Darmstadt, Germany / TU Vienna, Austria Michael Käufl (2011), University of Passau, Germany Steven Kieffer (2011), Simon Fraser University, Canada Alexander von Rhein (2010), University of Passau, Germany Andreas Stahlbauer (2011), University of Passau, Germany Michael Tautschnig (2008 - 2009), University of Darmstadt, Germany Gregory Theoduloz (2009 - 2010), EPFL, Switzerland Daniel Wonisch (2011), University of Paderborn, Germany Geoff Zenger (2007), Simon Fraser University, Canada Questions and bug reports: Dirk Beyer: CPAchecker-Users@sosy-lab.org
The following projects use CPAchecker's technology, or perform research on related technology:
Author: Dirk Beyer, other project pages: BLAST, CCVisu, Chic, CrocoPat, CSIsat, Rabbit
Last updated: $Date: 2011-12-21 15:19:44 +0100 (Wed, 21 Dec 2011) $ by $Author: dbeyer $