Skip to content

Instantly share code, notes, and snippets.

@regehr
Created November 13, 2018 14:31
Show Gist options
  • Save regehr/3b8d05c8c21c1761b96bd6d535eccce1 to your computer and use it in GitHub Desktop.
Save regehr/3b8d05c8c21c1761b96bd6d535eccce1 to your computer and use it in GitHub Desktop.
(set-logic QF_BV)
(set-info :status unknown)
(declare-fun x () (_ BitVec 32))
(assert
(and (distinct (bvudiv x (_ bv4532 32)) ((_ extract 31 0) (bvlshr (bvmul ((_ zero_extend 32) x) ((_ zero_extend 32) (_ bv970442743 32))) (_ bv42 64)))) true))
(check-sat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment