Limit this search to....

Verification of Object-Oriented Software. the Key Approach: Foreword by K. Rustan M. Leino 2007 Edition
Contributor(s): Beckert, Bernhard (Editor), Hähnle, Reiner (Editor), Schmitt, Peter H. (Editor)
ISBN: 354068977X     ISBN-13: 9783540689775
Publisher: Springer
OUR PRICE:   $104.49  
Product Type: Paperback
Published: January 2007
Qty:
Additional Information
BISAC Categories:
- Computers | Intelligence (ai) & Semantics
- Computers | Programming Languages - General
- Computers | Software Development & Engineering - General
Dewey: 005.14
LCCN: 2006939067
Series: Lecture Notes in Computer Science
Physical Information: 1.39" H x 6.14" W x 9.21" (2.11 lbs) 658 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Long gone are the days when program veri?cation was a task carried out merely by hand with paper and pen. For one, we are increasingly interested in proving actual program artifacts, not just abstractions thereof or core algorithms. The programs we want to verify today are thus longer, including whole classes and modules. As we consider larger programs, the number of cases to be considered in a proof increases. The creative and insightful parts of a proof can easily be lost in scores of mundane cases. Another problem with paper-and-pen proofs is that the features of the programming languages we employ in these programs are plentiful, including object-oriented organizations of data, facilities for specifying di?erent c- trol ?ow for rare situations, constructs for iterating over the elements of a collection, and the grouping together of operations into atomic transactions. These language features were designed to facilitate simpler and more natural encodings of programs, and ideally they are accompanied by simpler proof rules. But the variety and increased number of these features make it harder to remember all that needs to be proved about their uses. As a third problem, we have come to expect a higher degree of rigor from our proofs. A proof carried out or replayed by a machine somehow gets more credibility than one that requires human intellect to understand.