Skip to content

Conversation

daniel-raffler
Copy link
Contributor

Hello,
this PR fixes some minor issues:

  • In the MathSAT backend we now properly recognize terms for division. These used to be mapped to FunctionDeclarationKind.OTHER when they should be FunctionDeclarationKind.DIV
  • We added support for int_to_bv, ubv_to_int and sbv_to_int. These are need to convert between bitvector and integer terms, and while were able to create such terms with BitvectorFormulaManager.makeBitvector(int length, IntegerFormula pI) and BitvectorFormulaManager.toIntegerFormula) they were not properly supported by the visitor

TODO

Copy link
Member

@kfriedberger kfriedberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants