summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/ackermann5.smt2
AgeCommit message (Collapse)Author
2019-12-16Support ackermannization on uninterpreted sorts in BV (#3372)Ying Sheng
Support ackermannization on uninterpreted sorts in BV. For uninterpreted sorts, we create a bit-vector sort to replace it. For an uninterpreted sort `S`, if the number of variables within sort `S` is `n`, the replacing bit-vector will have size (log n)+1.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback