Concurrency, Compositionality, and Correctness

Concurrency, Compositionality, and Correctness
Author: Dennis Dams
Publisher: Springer Science & Business Media
Total Pages: 383
Release: 2010-02-24
Genre: Computers
ISBN: 364211511X

This Festschrift volume, published in honor of Willem-Paul de Roever, contains 19 detailed papers written by the friends and colleagues of the honoree, all eminent scientists in their own right. These are preceded by a detailed bibliography and rounded off, at the end of the book, with a gallery of photographs. The theme under which the papers have been collected is Concurrency, Compositionality, and Correctness, reflecting the focus of Willem-Paul de Roever's research career. Topics addressed include model checking, computer science and state machines, ontology and mereology of domains, game theory, compiler correctness, fair scheduling and encryption algorithms.

Compositionality, Concurrency, and Partial Correctness

Compositionality, Concurrency, and Partial Correctness
Author: Job Zwiers
Publisher: Springer Science & Business Media
Total Pages: 284
Release: 1989-02-22
Genre: Computers
ISBN: 9783540508458

The hierarchical decomposition of programs into smaller ones is generally considered imperative to master the complexity of large programs. The impact of this principle of program decomposition on the specification and verification of parallel executed programs is the subject of this monograph. Two important yardsticks for verification methods, those of compositionality and modularity, are made precise. The problem of reusing software is addressed by the introduction of the notion of specification adaptation. Within this context, different methods for specifying the observable behavior with respect to partial correctness of communicating processes are considered, and in particular the contrast between the "programs are predicates" and the "programs are predicate transformers" paradigms is shown. The associated formal proof systems are proven sound and complete in various senses with respect to the denotational semantics of the programming language, and they are related to each other to give an in-depth comparison between the different styles of program verification. The programming language TNP used here is near to actual languages like Occam. It combines CCS/CSP style communication based programming with state based programming, and allows dynamically expanding and shrinking networks of processes.

Concurrency Verification

Concurrency Verification
Author: W.-P. de Roever
Publisher: Cambridge University Press
Total Pages: 26
Release: 2001-11-26
Genre: Computers
ISBN: 9780521806084

An advanced 2001 textbook on verification of concurrent programs using a semantic approach which highlights concepts clearly.

Verification of Sequential and Concurrent Programs

Verification of Sequential and Concurrent Programs
Author: Krzysztof R. Apt
Publisher: Springer Science & Business Media
Total Pages: 371
Release: 2013-03-09
Genre: Computers
ISBN: 1475727143

A major challenge for computer science is to develop methods that ensure program correctness. This textbook provides a structured introduction to program verification using an assertional approach - so called because it relies on the use of assertions that are attached to program control points. Sequential programs in the form of deterministic and non-deterministic programs, and concurrent programs in the form of parallel and distributed programs are considered within the context of their partial and total correctness. The use of these proof systems is demonstrated with the help of case studies. In particular, solutions to classical problems such as mutual exclusion are formally verified. Each chapter concludes with exercises and bibliographic remarks for further reading. As a result, this text is suitable as either an introductory course on program verification for the upper division of undergraduate studies or for graduate studies. It can also be used as an introduction to operational semantics. Outlines of possible courses are presented in the preface of the book.

Verification of Sequential and Concurrent Programs

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

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.

Mathematical Foundations of Computer Science 1994

Mathematical Foundations of Computer Science 1994
Author: Igor Privara
Publisher: Springer Science & Business Media
Total Pages: 644
Release: 1994-08-03
Genre: Computers
ISBN: 9783540583387

This volume constitutes the proceedings of the 19th International Symposium on Mathematical Foundations of Theoretical Computer Science, MFCS '94, held in Kosice, Slovakia in August 1994. MFCS '94 brought together specialists in theoretical fields of computer science from various countries in order to stimulate mathematical research in theoretical computer science. Besides 12 papers based on invited talks by renowned experts, the book contains 42 research contributions selected from a total of 112 submissions. All areas of theoretical computer science are presented, some from a particular mathematical point of view.

Introduction to Concurrency in Programming Languages

Introduction to Concurrency in Programming Languages
Author: Matthew J. Sottile
Publisher: CRC Press
Total Pages: 346
Release: 2009-09-28
Genre: Computers
ISBN: 1420072145

Illustrating the effect of concurrency on programs written in familiar languages, this text focuses on novel language abstractions that truly bring concurrency into the language and aid analysis and compilation tools in generating efficient, correct programs. It also explains the complexity involved in taking advantage of concurrency with regard to program correctness and performance. The book describes the historical development of current programming languages and the common threads that exist among them. It also contains several chapters on design patterns for parallel programming and includes quick reference guides to OpenMP, Erlang, and Cilk. Ancillary materials are available on the book's website.