-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Improve Documentation of Non-Trivial Operations #403
Milestone
Comments
As one example of what I see that could be improved, I looked at the current JavaDoc of Integer modulo: java-smt/src/org/sosy_lab/java_smt/api/IntegerFormulaManager.java Lines 29 to 46 in fed0e55
My thoughts:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some operations in SMTLib2, for example Integer
modulo()
and BVsmodulo()
(signed modulo), behave differently. Our documentation does not reflect this properly or fails to explain the differences in a well-understandable way. Additionally, we could update the documentation of some operations that are not well understandable. We should take a closer look at our public API documentation and update it accordingly.Examples:
The text was updated successfully, but these errors were encountered: