Verifying Concurrent Systems with Symbolic Execution

Verifying Concurrent Systems with Symbolic Execution
Title Verifying Concurrent Systems with Symbolic Execution PDF eBook
Author Michael Balser
Publisher
Pages 229
Release 2006
Genre Nebenläufigkeit - Verifikation - Model Checking - Prozessalgebra - Temporales Schließen - Induktion
ISBN 9783832250744

Download Verifying Concurrent Systems with Symbolic Execution Book in PDF, Epub and Kindle

Symbolic execution is an intuitive strategy to verify sequential programs, which can be automated to a large extent. We have successfully carried over this method of proof to the interactive verification of concurrent systems. The resulting strategy can be applied to the verification of complex parallel programs and arbitrary (linear) temporal formulas. Our underlying logic is defined such that operators for parallel programs and temporal logic can be arbitrarily nested. We support interleaving with explicit blocking, nondeterministic choice, and others. Most important, the semantics of all of the operators are compositional. Thus, systems can be abstracted and proofs can be decomposed. This ensures that our strategy of proof can be applied to the verification of large, concurrent systems.

Verifying Concurrent Systems with Symbolic Execution

Verifying Concurrent Systems with Symbolic Execution
Title Verifying Concurrent Systems with Symbolic Execution PDF eBook
Author
Publisher
Pages 0
Release 2006
Genre
ISBN

Download Verifying Concurrent Systems with Symbolic Execution Book in PDF, Epub and Kindle

Interactive Verification of Concurrent Systems Using Symbolic Execution

Interactive Verification of Concurrent Systems Using Symbolic Execution
Title Interactive Verification of Concurrent Systems Using Symbolic Execution PDF eBook
Author Michael Balser
Publisher
Pages
Release 2008
Genre
ISBN

Download Interactive Verification of Concurrent Systems Using Symbolic Execution Book in PDF, Epub and Kindle

Verification of Sequential and Concurrent Programs

Verification of Sequential and Concurrent Programs
Title Verification of Sequential and Concurrent Programs PDF eBook
Author Krzysztof Apt
Publisher Springer Science & Business Media
Pages 512
Release 2010-10-14
Genre Computers
ISBN 184882744X

Download Verification of Sequential and Concurrent Programs Book in PDF, Epub and Kindle

HIS BOOK CONTAINS a most comprehensive text that presents syntax-directed and compositional methods for the formal veri?- T cation of programs. The approach is not language-bounded in the sense that it covers a large variety of programming models and features that appear in most modern programming languages. It covers the classes of - quential and parallel, deterministic and non-deterministic, distributed and object-oriented programs. For each of the classes it presents the various c- teria of correctness that are relevant for these classes, such as interference freedom, deadlock freedom, and appropriate notions of liveness for parallel programs. Also, special proof rules appropriate for each class of programs are presented. In spite of this diversity due to the rich program classes cons- ered, there exist a uniform underlying theory of veri?cation which is synt- oriented and promotes compositional approaches to veri?cation, leading to scalability of the methods. The text strikes the proper balance between mathematical rigor and - dactic introduction of increasingly complex rules in an incremental manner, adequately supported by state-of-the-art examples. As a result it can serve as a textbook for a variety of courses on di?erent levels and varying durations. It can also serve as a reference book for researchers in the theory of veri?- tion, in particular since it contains much material that never before appeared in book form. This is specially true for the treatment of object-oriented p- grams which is entirely novel and is strikingly elegant.

Automated Technology for Verification and Analysis

Automated Technology for Verification and Analysis
Title Automated Technology for Verification and Analysis PDF eBook
Author Sungdeok Cha
Publisher Springer Science & Business Media
Pages 441
Release 2008-10-06
Genre Computers
ISBN 354088386X

Download Automated Technology for Verification and Analysis Book in PDF, Epub and Kindle

gramatKoreaUniversityandtheDepartmentofComputerScienceatKAISTfor ?nancialsupport. We sincerely hope that the readers ?nd the proceedings of ATVA 2008 informative and rewarding.

NASA Formal Methods

NASA Formal Methods
Title NASA Formal Methods PDF eBook
Author Alwyn Goodloe
Publisher Springer Science & Business Media
Pages 477
Release 2012-03-27
Genre Computers
ISBN 3642288901

Download NASA Formal Methods Book in PDF, Epub and Kindle

This book constitutes the refereed proceedings of the Fourth International Symposium on NASA Formal Methods, NFM 2012, held in Norfolk, VA, USA, in April 2012. The 36 revised regular papers presented together with 10 short papers, 3 invited talks were carefully reviewed and selected from 93 submissions. The topics are organized in topical sections on theorem proving, symbolic execution, model-based engineering, real-time and stochastic systems, model checking, abstraction and abstraction refinement, compositional verification techniques, static and dynamic analysis techniques, fault protection, cyber security, specification formalisms, requirements analysis and applications of formal techniques.

An Isolation Approach to Symbolic Execution-based Verification of Ada Tasking Programs

An Isolation Approach to Symbolic Execution-based Verification of Ada Tasking Programs
Title An Isolation Approach to Symbolic Execution-based Verification of Ada Tasking Programs PDF eBook
Author Laura K. Dillon
Publisher
Pages 39
Release 1989
Genre Ada (Computer program language)
ISBN

Download An Isolation Approach to Symbolic Execution-based Verification of Ada Tasking Programs Book in PDF, Epub and Kindle

Abstract: "The traditional approach to symbolic execution of concurrent programs relies on interleaving the execution of sequential components to model concurrency. This approach suffers from well-known combinatorial problems, making it unsuitable for formal verification. The paper describes an alternate approach that directly supports formal verification. Symbolic execution is based on an axiomatic proof system for concurrent programs, in which processes are verified separately and then checked for cooperation.