Skip to content

Commit dd4e8e0

Browse files
Add README
0 parents  commit dd4e8e0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CProver Java API of JBMC
2+
========================
3+
4+
This repository contains the sources for building a Java library
5+
(`cprover.jar`) that allows access to the CProver API of the Java
6+
model checking tool
7+
[JBMC](https://github.com/diffblue/cbmc/tree/develop/jbmc).
8+
9+
This library exposes functionality such as _assume_ or _nondetInt_,
10+
which are useful for modelling verification harnesses for
11+
Java applications.
12+

0 commit comments

Comments
 (0)