Add signed checks to the cvc3 overflow detector.
Add the four basic signed arithmetic operators to cvc3's overflow detector. They work similarly to unsigned, except with slightly different algorithms.
Loading
Please sign in to comment
Add the four basic signed arithmetic operators to cvc3's overflow detector. They work similarly to unsigned, except with slightly different algorithms.