We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running src/examples/TestZ3.jpf, I got one error message:
src/examples/TestZ3.jpf
java.lang.ArithmeticException: div by 0 at TestZ3.testMod(TestZ3.java:195) at TestZ3.main(TestZ3.java:209)
which is because in the testMod method, the concrete value carried by the symbolic argument y is 0.
testMod
y
The text was updated successfully, but these errors were encountered:
yannicnoller
No branches or pull requests
When running
src/examples/TestZ3.jpf
, I got one error message:which is because in the
testMod
method, the concrete value carried by the symbolic argumenty
is 0.The text was updated successfully, but these errors were encountered: