swh:1:snp:aeaf3dbb58f5be84b565e73b5ade1503ee8cb6d6
Raw File
Tip revision: cda4560576f3b975008fe892fe4fcaaaa71019fe authored by Anish Tondwalkar on 16 March 2020, 20:43:43 UTC
fix tests
Tip revision: cda4560
incr00.sol
sat
(model 
  (define-fun |incr[0:0][0:1][0:0]| ((x!0 Int) (x!1 Int)) Bool
    true)
  (define-fun |incr[0:1][0:0]| ((x!0 Int)) Bool
    (exists ((x!1 Int)) (= x!0 (+ 1 x!1))))
  (define-fun |fail_34[0:0]| ((x!0 Int)) Bool
    true)
)
back to top