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.
2 parents 684570a + 0f7108a commit 731e37dCopy full SHA for 731e37d
src/main/java/z3/Z3Wrapper.java
@@ -47,6 +47,8 @@ public final class Z3Wrapper {
47
}
48
49
loadFromJar();
50
+ // We run this to ensure class loading of Native.
51
+ debug("Z3 version: " + z3VersionString());
52
53
54
private static void debug(String msg) {
0 commit comments