Skip to content
Snippets Groups Projects

Fix unfolding logic of bv_simplify

Merged Michael Sammler requested to merge msammler/bv_simplify_fix into master

bv_simplify should always produce equalities on Z, but due to a bug it turned bv_wrap n (bv_unsigned b) = bv_wrap n (bv_unsigned b) into b = b, which means that bv_solve fails on bv_wrap n (bv_unsigned b) = bv_wrap n (bv_unsigned b). This MR fixes this bug which is caused by apply applying an lemma in the wrong direction.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading