You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running -sourcelinePC, e.g., java superc.SuperC -sourcelinePC sourcelines kernel/bpf/cgroup.c, on com.microsoft.z3-4.8.12.0.jar, we get the following error, which doesn't occur with com.microsoft.z3-4.8.7.0.jar:
java.lang.NoSuchMethodError: 'com.microsoft.z3.BoolExpr com.microsoft.z3.Context.mkAnd(com.microsoft.z3.BoolExpr[])'
at superc.core.PresenceConditionManager$PresenceConditionBDD.bddToZ3(PresenceConditionManager.java:1178)
at superc.core.PresenceConditionManager$PresenceConditionBDD.toSMT2(PresenceConditionManager.java:1186)
at superc.SuperC$ConditionalBlock.toString(SuperC.java:163)
at superc.SuperC.parse(SuperC.java:970)
at xtc.util.Tool.run(Tool.java:502)
at superc.SuperC.main(SuperC.java:2012)
The text was updated successfully, but these errors were encountered:
When running
-sourcelinePC
, e.g.,java superc.SuperC -sourcelinePC sourcelines kernel/bpf/cgroup.c
, on com.microsoft.z3-4.8.12.0.jar, we get the following error, which doesn't occur with com.microsoft.z3-4.8.7.0.jar:The text was updated successfully, but these errors were encountered: