This repository contains a version of the Java Class Library (rt.jar) that can
be used together with
JBMC to
model-check Java code that calls the standard library.
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