Hi,
I have a question regarding prolog engine.
If I have a precondition to a method : // X>0
and somewhere in the code the expression : X = X + 1,
and the method has a postcondition: // X>1.
How can I verify the postcondition after inserting to prolog the precondition and the expression?
if I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.