Skip to content

Improve Documentation of Non-Trivial Operations #403

Open
@baierd

Description

@baierd

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions