java-smt icon indicating copy to clipboard operation
java-smt copied to clipboard

Improve Documentation of Non-Trivial Operations

Open baierd opened this issue 1 year ago • 3 comments

Some operations in SMTLib2, for example Integer modulo() and BV smodulo() (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:

  • Integer modulo
  • BV smodulo
  • BV remainder
  • BV division
  • Integer modularCongruence
  • Numeral division

baierd avatar Oct 11 '24 08:10 baierd