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.
1 parent 684570a commit 0f7108aCopy full SHA for 0f7108a
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