We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit dd4e8e0Copy full SHA for dd4e8e0
README.md
@@ -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