Verification of Object-Oriented Software. The KeY Approach

Verification of Object-Oriented Software. The KeY Approach
Title Verification of Object-Oriented Software. The KeY Approach PDF eBook
Author Bernhard Beckert
Publisher Springer Science & Business Media
Pages 669
Release 2007-01-03
Genre Computers
ISBN 354068977X

Download Verification of Object-Oriented Software. The KeY Approach Book in PDF, Epub and Kindle

The ultimate goal of program verification is not the theory behind the tools or the tools themselves, but the application of the theory and tools in the software engineering process. Our society relies on the correctness of a vast and growing amount of software. Improving the software engineering process is an important, long-term goal with many steps. Two of those steps are the KeY tool and this KeY book.

Formal Verification of Object-Oriented Software

Formal Verification of Object-Oriented Software
Title Formal Verification of Object-Oriented Software PDF eBook
Author Bernhard Beckert
Publisher Springer
Pages 207
Release 2011-01-18
Genre Computers
ISBN 3642180701

Download Formal Verification of Object-Oriented Software Book in PDF, Epub and Kindle

This book presents the thoroughly refereed post-conference proceedings of the International Conference on Formal Verification of Object-Oriented Software, FoVeOOS 2010, held in Paris, France, in June 2010 - organised by COST Action IC0701. The 11 revised full papers presented together with 2 invited talks were carefully reviewed and selected from 21 submissions. Formal software verification has outgrown the area of academic case studies, and industry is showing serious interest. The logical next goal is the verification of industrial software products. Most programming languages used in industrial practice are object-oriented, e.g. Java, C++, or C#. FoVeOOS 2010 aimed to foster collaboration and interactions among researchers in this area.

Integrated Formal Methods

Integrated Formal Methods
Title Integrated Formal Methods PDF eBook
Author Eerke Boiten
Publisher Springer Science & Business Media
Pages 553
Release 2004-03-24
Genre Computers
ISBN 3540213775

Download Integrated Formal Methods Book in PDF, Epub and Kindle

This book constitutes the refereed proceedings of the 4th International Conference on Integrated Formal Methods, IFM 2004, held in Canterbury, UK, in April 2004. The 24 revised full papers presented together with 3 invited papers and one invited tutorial chapter were carefully reviewed and selected from 65 submissions. The papers are devoted to automating program analysis, state/event-based verification, formalizing graphical notions, refinement, object-orientation, hybrid and timed automata, integration frameworks, verifying interactive systems, and testing and assertions.

Verification of Object-Oriented Software. The KeY Approach

Verification of Object-Oriented Software. The KeY Approach
Title Verification of Object-Oriented Software. The KeY Approach PDF eBook
Author Bernhard Beckert
Publisher Springer
Pages 669
Release 2007-04-21
Genre Computers
ISBN 3540690611

Download Verification of Object-Oriented Software. The KeY Approach Book in PDF, Epub and Kindle

The ultimate goal of program verification is not the theory behind the tools or the tools themselves, but the application of the theory and tools in the software engineering process. Our society relies on the correctness of a vast and growing amount of software. Improving the software engineering process is an important, long-term goal with many steps. Two of those steps are the KeY tool and this KeY book.

Applications of Formal Methods

Applications of Formal Methods
Title Applications of Formal Methods PDF eBook
Author Michael Gerard Hinchey
Publisher
Pages 480
Release 1995
Genre Computers
ISBN

Download Applications of Formal Methods Book in PDF, Epub and Kindle

This collection of case studies contains contributions illustrating the application of formal methods to real-life problems with industrial relevance.

Aliasing in Object-Oriented Programming

Aliasing in Object-Oriented Programming
Title Aliasing in Object-Oriented Programming PDF eBook
Author David Clarke
Publisher Springer
Pages 521
Release 2013-03-21
Genre Computers
ISBN 3642369464

Download Aliasing in Object-Oriented Programming Book in PDF, Epub and Kindle

This book presents a survey of the state-of-the-art on techniques for dealing with aliasing in object-oriented programming. It marks the 20th anniversary of the paper The Geneva Convention On The Treatment of Object Aliasing by John Hogg, Doug Lea, Alan Wills, Dennis de Champeaux and Richard Holt. The 22 revised papers were carefully reviewed to ensure the highest quality.The contributions are organized in topical sections on the Geneva convention, ownership, concurrency, alias analysis, controlling effects, verification, programming languages, and visions.

Certified Programming with Dependent Types

Certified Programming with Dependent Types
Title Certified Programming with Dependent Types PDF eBook
Author Adam Chlipala
Publisher MIT Press
Pages 437
Release 2013-12-06
Genre Computers
ISBN 0262317885

Download Certified Programming with Dependent Types Book in PDF, Epub and Kindle

A handbook to the Coq software for writing and checking mathematical proofs, with a practical engineering focus. The technology of mechanized program verification can play a supporting role in many kinds of research projects in computer science, and related tools for formal proof-checking are seeing increasing adoption in mathematics and engineering. This book provides an introduction to the Coq software for writing and checking mathematical proofs. It takes a practical engineering focus throughout, emphasizing techniques that will help users to build, understand, and maintain large Coq developments and minimize the cost of code change over time. Two topics, rarely discussed elsewhere, are covered in detail: effective dependently typed programming (making productive use of a feature at the heart of the Coq system) and construction of domain-specific proof tactics. Almost every subject covered is also relevant to interactive computer theorem proving in general, not just program verification, demonstrated through examples of verified programs applied in many different sorts of formalizations. The book develops a unique automated proof style and applies it throughout; even experienced Coq users may benefit from reading about basic Coq concepts from this novel perspective. The book also offers a library of tactics, or programs that find proofs, designed for use with examples in the book. Readers will acquire the necessary skills to reimplement these tactics in other settings by the end of the book. All of the code appearing in the book is freely available online.