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
Sometimes when doing operations with both integer and double, I get this exxception:
java.lang.RuntimeException: ## Error Z3
at gov.nasa.jpf.symbc.numeric.solvers.ProblemZ3.mixed(ProblemZ3.java:1062)
at gov.nasa.jpf.symbc.numeric.PCParser.createDPMixedConstraint(PCParser.java:370)
at gov.nasa.jpf.symbc.numeric.PCParser.addConstraint(PCParser.java:1110)
Does this mean that z3 can not handle mixing integer and real numbers ? I remember seeing in the specification that it could. Am I understanding this correctly
The text was updated successfully, but these errors were encountered:
Hello,
Sometimes when doing operations with both integer and double, I get this exxception:
java.lang.RuntimeException: ## Error Z3
Does this mean that z3 can not handle mixing integer and real numbers ? I remember seeing in the specification that it could. Am I understanding this correctly
The text was updated successfully, but these errors were encountered: