Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ This repository contains a version of the Java Class Library (`rt.jar`) that can
be used together with
[JBMC](https://github.com/diffblue/cbmc/tree/develop/jbmc) to
model-check Java code that calls the standard library.

## Usage

Put the `core-models.jar` on the classpath of the application that you
model-check using JBMC, e.g.
```
jbmc -cp .:cprover-api.jar:core-models.jar com.examples.MyClass.foo
```

## License

[OpenJDK GPLv2 + Classpath Exception](https://github.com/openjdk/jdk/blob/master/LICENSE)
72 changes: 0 additions & 72 deletions src/main/java/org/sosy_lab/sv_benchmarks/Verifier.java

This file was deleted.