summaryrefslogtreecommitdiff
path: root/Test/textbook/DivMod.bpl
Commit message (Collapse)AuthorAge
* Boogie:Gravatar rustanleino2010-09-24
* Added Test/textbook/DivMod.bpl, which embodies a conversion between C's div/mod operators and SMT Lib's div/mod operators. * Added a rudimentary printing of variables for captured states. It doesn't attempt to print everything at this time, and it doesn't work when variables get unique-ified by @@-suffixes. A more complete implementation will be added at a later time.