BCS-FACS 7Th Refinement Workshop

Total Page:16

File Type:pdf, Size:1020Kb

BCS-FACS 7Th Refinement Workshop ELECTRONIC WORKSHOPS IN COMPUTING Series edited by Professor C.J. van Rijsbergen He Jifeng, Oxford University Computing Laboratory, UK, John Cooke, Loughborough University, UK, and Peter Wallis, University of Bath, UK (Eds) BCS-FACS 7th Refinement Workshop Proceedings of the BCS-FACS 7th Refinement Workshop, Bath, 3-5 July 1996 Chopping a Point Zhou Chaochen and Michael R. Hansen Published in Collaboration with the British Computer Society ©Copyright in this paper belongs to the author(s) ISBN 3-540-76104-7 Chopping a Point y Zhou Chaochen Department of Information Technology, Technical University of Denmark DK-2800 Lyngby, Denmark Michael R. Hansen Department of Information Technology, Technical University of Denmark DK-2800 Lyngby, Denmark zcc mrhgitdtudk Emails: f Abstract This paper introduces a super-dense chop modality into the Duration Calculi. The super-dense chop can be used to specify a super-dense computation, where a number of operations happens simultaneously, but in a specific order. With this modality, the paper defines a real-time semantics for an OCCAM-like language. In the semantics, assignments and passing of messages in communications are assumed to be timeless operations. 1 Introduction In a digital control system, a piece of program, hosted in a computer, acts as a controller in order to periodically receive sampled outputs of a plant, and to calculate and send controls to the plant. The program may be written in an OCCAM- like language as a loop of sensor x CALx u actuator u w ait T x u x where CAL stands for a program segment, which decides a current control from the current sampled data and T the previous control u. is the sampling period. Typically, the time spent in the calculation and change of controls is negligible compared with the sampling period T . So control engineers make the comfortable assumption that the x u calculation program (i.e. CAL ) becomes a sequence of statements which are executed one by one, but consume x actuator u no time. Similarly, the receiving and the sending (i.e. sensor and ) are assumed to be a pair of consecu- tive operations which can happen instantaneously, if the partners (i.e. sensor and actuator) are willing to communicate. A computation of a sequence of operations which is assumed to be timeless is called a super-dense computation.A semantic model of super-dense computations is discussed e.g. in [10, Example 6.4.2] and [11], and is e.g. adopted by the languages Esterel [3] and Statecharts [9]. A super-dense computation is an abstraction of a real-time computation within a context with a grand time gran- ularity. For instance, in the digital control system, the cycle time of the computer may be nanoseconds, while the x u sampling period of the plant may be seconds. In other words, the calculation (CAL ) and the communications sensor x actuator u T w ait T and may take micro- or milli-seconds, while the sampling period (in )maytake seconds. A computation time with fine time granularity is only negligible for computations not having infinite loops. Otherwise it is known as Zeno phenomenon, or finite divergence [5]. In this paper, finite divergence will not be taken into account. This work is partially funded by the Danish research councils under the project Codesign. y On leave of absence from International Institute for Software Technology, United Nations University, Macau, and from Software Institute, Academia Sinica, Beijing. BCS-FACS 7th Refinement Workshop 1 Chopping a Point Another motivation to introduce super-dense computations arises from the program refinement area. One of the well-known algebraical laws for untimed programs is the combine law of assignments [16] (called the merge assignment law in [8]). The combine law can conclude that e.g. the two consecutive assignments x x x x are equivalent to the single assignment x x In order to retain the combine law for real-time programs, one may simulate time consumption of assignments by ait w statements, and assume that execution of assignment takes no time. Otherwise the execution time of two assign- ments may be twice the execution time of a single assignment, and the combine law can hardly be maintained. Under the assumption that assignments take no time, the following two consecutive assignments constitute a super-dense com- putation x x x x This paper represents an attempt to treat super-dense computation in the framework of the Duration Calculi. The Duration Calculi [19] are extensions of Interval Temporal Logic [12]. They can be used to specify and reason about real-time systems. The real-time behavior of a system can be specified in terms of its states, where a state S R f g denotes a time dependent property of a system and R denotes the set of real numbers. States are assumed finitely vari- t S t able (i.e. not finitely divergent). Thus, a state can alternate between being present ( S ) and absent ( ) only finitely many times in any finite (bounded) interval. Formulas of the Duration Calculus [20] express properties of the duration of states and can therefore not express t x point properties such as: “the value of variable x is at time ”, since this property of has no duration. The Mean Value Calculus [21] is an extension of Duration Calculus where one can express point properties like the above one. But one t cannot with the Mean Value Calculus express properties like: “the value of variable x is first then at time ”, which are necessary in order to formalize super-dense computations. One approach to cope with this problem is to extend the model to allow several simultaneous events (e.g. assignments to x), thereby getting a model similar to that of [11]. In [15] traces as functions of time are used e.g. to model simultaneous events in a Duration Calculus framework. Another approach is used in this paper, where we will introduce a new modality (called super-dense chop)for expressing super-dense computations without changing the model. The idea, which is elaborated below, is to express state transitions as neighborhood properties and combine state transitions using to specify super-dense computations. We will define state transitions as certain neighborhood properties of a system. The neighborhood properties are designated as S % S and S % S t S t where ( ) holds at time if is stably present to the left (right) side of , i.e. present throughout some small t S S left (right) neighborhood of .Astate transition from to is expressed in terms of neighborhood properties as S % S S S That is, holds before the transition, and holds after the transition. x A variable x of a program can change its value during an execution of the program. One can interpret as a function of time x R Val x where Val stands for all possible values of . The state x v v Val The following notations are taken from [5]. BCS-FACS 7th Refinement Workshop 2 Chopping a Point f g is a time varying property ( R ) of the program. It is reasonable to assume that the program is timely progres- sive, and thus a program variable can only change its value finitely many times in any finite period. Thus, the property x v ) ( is finitely variable. The assignment x x can be defined as the state transition v (x v ) % (x v ) x This formula defines that the assignment first inherits a value (v )of from its predecessor in the left neighborhood, and then passes the new value (v ) to its successor in the right neighborhood. Similarly, the assignment x x can be defined as v (x v ) % (x v ) The stability assumption is against the concept of super-dense computation. A super-dense computation of the program x x x x x x x x assumes that the value passing of x from ( )to( ) takes no time. Thus, the intermediate state x v ) ( of the program is just unstable and invisible. In order to define super-dense computations in the Duration Calculi, one needs a new modality which can map a time instant in a grand time space into a non-point interval in a fine time space, so that an instant action (such as the value passing of x) in a grand time space can take some time in x v ) a fine one. In other words, an unstable intermediate state (such as ( ) of a super-dense computation in the grand time space can become stable in the fine one. We call the new modality for super-dense chop and designate it as . Consider two state transitions of the special S % S S % S forms: and . The super-dense computation of these two state transitions can be modelled by ( S % S ) ( S % S ) I I (S ) R f g S i i Suppose that an interpretation is given which associates a function i with each state t I . Then, this formula holds at a point ,iffthereexistsarefined interpretation of states (designated ), where t I [t t d]d > I I S % S t the point of is expanded into an interval ,of , such that satisfies at time and S % S t d S (t t d) I at time ,and holds throughout the interval , which links up the two transitions in . This situation is sketched in the following picture t S S I S S S S S S Sw S S S . I t d t Thus, a super-dense computation of the two consecutive assignments x x x x BCS-FACS 7th Refinement Workshop 3 Chopping a Point can be modelled by (v (x v ) % (x v )) (v (x v ) % (x v )) In this paper, a set of axioms and rules for the super-dense chop is developed, so that one can reason about super- dense computations, and prove, for example (v (x v ) % (x v )) (v (x v ) % (x v )) (v (x v ) % (x v )) x which formalizes the equivalence of the two consecutive assignments above and the single assignment x .
Recommended publications
  • Spreading Excellence
    IST-004527 ARTIST2 NoE Year 3 JPASE: Joint Programme of Activities for D3-Mgt-Y3 Spreading Excellence IST-004527 ARTIST2 Network of Excellence on Embedded Systems Design Spreading Excellence Artist2 Technical Coordinator: Bruno Bouyssounouse (Verimag) with inputs from all NoE participants The visibility of the ARTIST2 research effort in embedded systems design is worldwide. This is progressively creating a European embedded systems design community, and spreading the “artist culture” in all major research institutions. To ensure that the next generation of researchers will continue in this direction we, as a consortium, devote a great deal of effort to Spreading Excellence, in both academic and industrial circles. Furthermore, through our links with both core and affiliated partners, we are actively setting up permanents links between industry and public research, leveraging on existing partner collaborations with major industrial players in the area. This document shows that ARTIST2 has a strategic impact on the integration of multiple academic research communities, which are necessary to establish the new area of embedded systems design. 1 / 126 IST-004527 ARTIST2 NoE Year 3 JPASE: Joint Programme of Activities for D3-Mgt-Y3 Spreading Excellence Table of Contents 1. Vision and Strategy for Spreading Excellence - Executive Summary.................................5 1.1 Overall Vision and Strategy .........................................................................................5 1.2 Affiliated partners.........................................................................................................6
    [Show full text]
  • Dines Bjørner Research, Bibliography, Biography and Publication List
    CV: Dines Bjørner Research, Bibliography, Biography and Publication List Professor of Computing Science (Emeritus). Fredsvej 11, DK-2840 Holte, Denmark Dr.h.c., MAE, MRANS (AB), ACM Fellow, IEEE Fellow May 16, 2010 Dines Bjørner, Sept. 2007 For more photos see Sect. 5 Contents 2.3 Book Covers ............... 5 1 My Research 2 3 Biography 7 2 Publication Notes 3 4 References 9 2.1 Year-by-Year Listing ........... 3 2.2 Statistics ................. 4 5 Photos 24 1 My Research My research, since my IBM Vienna days, has focused on computing science,1 in particular program- ming methodology: on how to construct software. I was never much for the more foundational 1By computing science I understand the study of and knowledge about how to construct the “things” that can exist “inside” computers: data and processes. 1 side of computing, or as I call it, computer science.2 3 I am in particular “smitten” by the question what is a method ?. I see a method as a set of principles to be used in the analysis of problems and in the synthesis of solutions to these problems. I see the analysis and synthesis to be based on techniques and tools. The principles are then about the selection and practical use of the analysis and synthesis techniques and tools — research must uncover these principles, techniques and tools. Software engineering textbooks must cover them.4 I see a good software development method to be one that provides for efficient development approaches resulting in efficient software that meets customers expectations (and only and exactly those) and software that is correct (that is satisfies its requirements).
    [Show full text]
  • Completeness of Higher-Order Duration Calculus *
    Completeness of Higher-Order Duration Calculus Zhan Naijun Lab. of Computer Science and Techonology, Institute of Software, the Chinese Academy of Sciences, Beijing, 100080, P.R. China [email protected] Abstract. In order to describe the real-time behaviour of programs in terms of Duration Calculus (DC), proposed by Zhou Chaochen, C.A.R. Hoare and A.P. Ravn in [3], which can specify real-time requirements of computing systems, quantifications over program variables are inevitable, e.g. to describe local variable declaration, to declare internal channel and so on. So a higher-order duration calculus (HDC) is established in [2]. This paper proves completeness of HDC on abstract domains by encod- ing HDC into a complete first-order two-sorted interval temporal logic (IL2 ). This idea is hinted by [9]. All results shown in this paper are done under the assumption that all program variables have finite variability. Keywords: duration calculus higher-order logic interval temporal logic completeness 1 Introduction In order to describe the real-time behaviour of programs in terms of DC, quan- tifications over program variables are inevitable, e.g. to describe local variable declaration and so on. So a higher-order duration calculus is established in [2]. In [2], a real-time semantics of local variables has been demonstrated, and some real-time properties of programs have been derived using HDC. In order to specify the behaviour of real-time programs, program variables Vi,i≥ 0 are introduced into HDC. Predicates of program variables, constants, and global variables, such as (V<3) and (V = x), are taken as states.
    [Show full text]
  • Manifest Domains:Analysis and Description
    Downloaded from orbit.dtu.dk on: Oct 02, 2021 Manifest domains:analysis and description Bjørner, Dines Published in: Formal Aspects of Computing Link to article, DOI: 10.1007/s00165-016-0385-z Publication date: 2017 Document Version Peer reviewed version Link back to DTU Orbit Citation (APA): Bjørner, D. (2017). Manifest domains:analysis and description. Formal Aspects of Computing, 29(2), 175-225. https://doi.org/10.1007/s00165-016-0385-z General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Users may download and print one copy of any publication from the public portal for the purpose of private study or research. You may not further distribute the material or use it for any profit-making activity or commercial gain You may freely distribute the URL identifying the publication in the public portal If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. 17 June 2016: 11:32 am: Accepted for publication in Formal Aspects of Computing Manifest Domains: Analysis and Description Dines Bjørner1 1 Fredsvej 11, DK-2840 Holte, Denmark. DTU, DK-2800 Kgs. Lyngby, Denmark. e-mail: [email protected], URL: www.imm.dtu.dk/˜dibj To the memory of Peter Lucas: 13 Jan. 1935 – 2 Feb. 2015 Abstract. We show that manifest domains, an understanding of which are a prerequisite for software requirements prescriptions, can be precisely described: narrated and formalised.
    [Show full text]
  • Customized Book List Computer
    ABC springer.de Springer Customized Book List Computer FRANKFURT BUCHMESSE 2007 springer.com/booksellers Computer 1 N. Abdennahder, University of Applied Sciences, Solothurn, J. Abonyi, Pannon University, Hungary; B. Feil, Pannon University, P. Abrahamsson, VTT Technical Research Center, Finland; N. Bad- Switzerland; F. Kordon, Université Pierre & Marie Curie, Paris, Hungary doo, University of Hertfordshire, UK; T. Margaria, University of France (Eds.) Postdam, Germany; R. Messnarz, ISCN, Austria (Eds.) Cluster Analysis for Data Mining Reliable Software Technologies - and System Identification Software Process Improvement Ada-Europe 2007 14th European Conference, EuroSPI 2007, Potsdam, Germany, September 26-28, 2007, Proceedings 12th Ada-Europe Intenational Conference on Reliable Soft- ware Technologies, Geneva, Switzerland, June 25-29, 2007, This book presents new approaches to data mining Proceedings and system identification. Algorithmsthat can be used for the clustering of data have been overviewed. This book constitutes the refereed proceeding of the New techniques andtools are presented for the clus- 14th European Software Process Improvement Con- This book constitutes the refereed proceedings of the tering, classification, regression and visualization of- ference, EuroSPI 2007, held in Potsdam, Germany, in 12th International Conference on Reliable Software complex datasets. Special attention is given to the September 2007. The 18 revised full papers present- Technologies, Ada-Europe 2007, held in Geneva, analysis of historical process data,tailored algorithms ed together with an introductory paper were careful- Switzerland, in June 2007. The 18 revised full papers are presented for the data driven modeling of dy- ly reviewed and selected from 60 submissions. The presented were carefully reviewed and selected from namical systems,determining the model order of papers are organized in topical sections on enforce- numerous submissions.
    [Show full text]
  • Domain Science & Engineering. a Foundation for Software Development
    Downloaded from orbit.dtu.dk on: Sep 28, 2021 Domain Science & Engineering. A Foundation for Software Development Bjørner, Dines Publication date: 2020 Document Version Publisher's PDF, also known as Version of record Link back to DTU Orbit Citation (APA): Bjørner, D. (2020). Domain Science & Engineering. A Foundation for Software Development. Technical University of Denmark. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Users may download and print one copy of any publication from the public portal for the purpose of private study or research. You may not further distribute the material or use it for any profit-making activity or commercial gain You may freely distribute the URL identifying the publication in the public portal If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Dines Bjørner Domain Science & Engineering A Foundation for Software Development A Dr.Techn. Thesis Submission for The Technical University of Denmark September 6, 2019: 16:27 www.imm.dtu.dk/~dibj/2019/cacm−research/cacm−research−1.pdf Phenomena of a Universe of Discourse External Qualities E Entities = Describables Indescribables Observer function "states" E Endurants Perdurants Materials = Solids = E
    [Show full text]
  • Model Checking Linear Duration Invariants of Networks of Automata ⋆
    Model Checking Linear Duration Invariants of Networks of Automata ⋆ Miaomiao Zhang1, Zhiming Liu2, and Naijun Zhan3 1 School of Software Engineering, Tongji University, Shanghai, China [email protected] 2 International Institute of Software Technology, United Nations University, Macau, China [email protected] 3 Lab. of Computer Science, Institute of Software, CAS, Beijing, China [email protected] Abstract. Linear duration invariants (LDIs) are important safety properties of real-time systems. In this paper, we reduce the problem of verification of a net- work of timed automata against an LDI to an equivalent problem of model check- ing whether a failure state is never reached. Our approach is first to transform each component automaton Ai of the network A to an automaton Gi. The transforma- tion helps us to record entry and exit to critical locations that appear in the LDI. We then introduce an auxiliary checker automaton S and define a failure state to verify the LDI on a given interval. Since a model checker checks exhaustively, a failure of the checker automaton to find the failure state will prove that the LDI holds. 1 Introduction The invariants constructed from linear inequalities of integrated durations of system states are important properties of real-time systems. For example, in a container un- loading system, the required property has the form “for any observation interval that is longer than 60 seconds, the idle time for a device is at most one twentieth of the time”. This kind of properties are often specified by linear duration invariants (LDIs) [13] of the following form: A ≤ ℓ ≤ B ⇒ X csRs ≤ M (1) s∈S where Rs is the duration of a state s, A, B, cs and M are real numbers.
    [Show full text]
  • Lecture Notes in Computer Science 4700 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan Van Leeuwen
    Lecture Notes in Computer Science 4700 Commenced Publication in 1973 Founding and Former Series Editors: Gerhard Goos, Juris Hartmanis, and Jan van Leeuwen Editorial Board David Hutchison Lancaster University, UK Takeo Kanade Carnegie Mellon University, Pittsburgh, PA, USA Josef Kittler University of Surrey, Guildford, UK Jon M. Kleinberg Cornell University, Ithaca, NY, USA Friedemann Mattern ETH Zurich, Switzerland John C. Mitchell Stanford University, CA, USA Moni Naor Weizmann Institute of Science, Rehovot, Israel Oscar Nierstrasz University of Bern, Switzerland C. Pandu Rangan Indian Institute of Technology, Madras, India Bernhard Steffen University of Dortmund, Germany Madhu Sudan Massachusetts Institute of Technology, MA, USA Demetri Terzopoulos University of California, Los Angeles, CA, USA Doug Tygar University of California, Berkeley, CA, USA Moshe Y. Vardi Rice University, Houston, TX, USA Gerhard Weikum Max-Planck Institute of Computer Science, Saarbruecken, Germany Cliff B. Jones Zhiming Liu Jim Woodcock (Eds.) Formal Methods and Hybrid Real-Time Systems Essays in Honour of Dines Bjørner and Zhou Chaochen on the Occasion of Their 70th Birthdays 1 3 Volume Editors Cliff B. Jones Newcastle University, School of Computing Science Newcastle upon Tyne, NE1 7RU, UK E-mail: [email protected] Zhiming Liu United Nations University, International Institute for Software Technology Macao, China E-mail: [email protected] Jim Woodcock University of York, Department of Computer Science Heslington, YorkYO10 5DD, UK E-mail: [email protected] The illustration appearing on the cover of this book is the work of Daniel Rozenberg (DADARA). Library of Congress Control Number: 2007935177 CR Subject Classification (1998): D.2, D.3, C.3, F.3-4, C.2, H.4 LNCS Sublibrary: SL 1 – Theoretical Computer Science and General Issues ISSN 0302-9743 ISBN-10 3-540-75220-X Springer Berlin Heidelberg New York ISBN-13 978-3-540-75220-2 Springer Berlin Heidelberg New York This work is subject to copyright.
    [Show full text]
  • Director's Message I Held Two "All-Hands"
    Untitled Document Director's Message Dear colleagues, The Annual Scientific Report for 2000 represents a first for me as the new NCAR Director. These past six months have been truly exciting as I have learned about NCAR's broad range of programs and its tremendous potential for the future in all key areas of its mission: i) basic research, ii) service to the broad university community and society, and iii) education and outreach. This website serves to provide a sense of the breadth and depth of our recent accomplishments, as well as some pointers to the future. I encourage you to explore the web site and provide me with any feedback on its content and/or on future directions for NCAR. I held two "all-hands" Town Meetings this past month at our Mesa and Foothills facilities to engage in a dialog about NCAR's future, and to reflect on some of the actions we've taken since June to define a shared vision of that future and to work towards making it a reality. While there is still much to do, we have made notable progress on many fronts and have initiated many activities that I expect to bear fruit in the coming months and years. The following paragraphs are derived from these open town meetings. The driving reasons for establishing what was originally called the "National Institute for Atmospheric Research" are still valid and vital http://www.ncar.ucar.edu/asr/ASR00/[7/6/2015 1:59:23 PM] Untitled Document today. It is amazing to me how well these words have stood the test of time.
    [Show full text]
  • Customized Book List Computer Science
    ABCD springer.com Springer Customized Book List Computer Science FRANKFURT BOOKFAIR 2007 springer.com/booksellers Computer Science 1 N. Abdennahder, University of Applied Sciences, Solothurn, J. Abonyi, Pannon University, Hungary; B. Feil, Pannon University, P. Abrahamsson, VTT Technical Research Center, Finland; N. Bad- Switzerland; F. Kordon, Université Pierre & Marie Curie, Paris, Hungary doo, University of Hertfordshire, UK; T. Margaria, University of France (Eds.) Postdam, Germany; R. Messnarz, ISCN, Austria (Eds.) Cluster Analysis for Data Mining Reliable Software Technologies - and System Identification Software Process Improvement Ada-Europe 2007 14th European Conference, EuroSPI 2007, Potsdam, Germany, September 26-28, 2007, Proceedings 12th Ada-Europe Intenational Conference on Reliable Soft- ware Technologies, Geneva, Switzerland, June 25-29, 2007, This book presents new approaches to data mining Proceedings and system identification. Algorithmsthat can be used for the clustering of data have been overviewed. This book constitutes the refereed proceeding of the New techniques andtools are presented for the clus- 14th European Software Process Improvement Con- This book constitutes the refereed proceedings of the tering, classification, regression and visualization of- ference, EuroSPI 2007, held in Potsdam, Germany, in 12th International Conference on Reliable Software complex datasets. Special attention is given to the September 2007. The 18 revised full papers present- Technologies, Ada-Europe 2007, held in Geneva, analysis of historical process data,tailored algorithms ed together with an introductory paper were careful- Switzerland, in June 2007. The 18 revised full papers are presented for the data driven modeling of dy- ly reviewed and selected from 60 submissions. The presented were carefully reviewed and selected from namical systems,determining the model order of papers are organized in topical sections on enforce- numerous submissions.
    [Show full text]
  • Manifest Domains:Analysis and Description
    View metadata,Downloaded citation and from similar orbit.dtu.dk papers on:at core.ac.uk Apr 10, 2018 brought to you by CORE provided by Online Research Database In Technology Manifest domains:analysis and description Bjørner, Dines Published in: Formal Aspects of Computing Link to article, DOI: 10.1007/s00165-016-0385-z Publication date: 2017 Document Version Peer reviewed version Link back to DTU Orbit Citation (APA): Bjørner, D. (2017). Manifest domains:analysis and description. Formal Aspects of Computing, 29(2), 175-225. DOI: 10.1007/s00165-016-0385-z General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. 17 June 2016: 11:32 am: Accepted for publication in Formal Aspects of Computing Manifest Domains: Analysis and Description Dines Bjørner1 1 Fredsvej 11, DK-2840 Holte, Denmark. DTU, DK-2800 Kgs. Lyngby, Denmark. e-mail: [email protected], URL: www.imm.dtu.dk/˜dibj To the memory of Peter Lucas: 13 Jan.
    [Show full text]
  • FACS FACTS Issue 2016-1 March 2016 1
    FACS FACTS Issue 2016-1 March 2016 FACS A C T S 1 FACS FACTS Issue 2016-1 March 2016 About FACS FACTS FACS FACTS (ISSN: 0950-1231) is the newsletter of the BCS Specialist Group on Formal Aspects of Computing Science (FACS). FACS FACTS is distributed in electronic form to all FACS members. Submissions to FACS FACTS are always welcome. Please visit the newsletter area of the BCS FACS website (for further details see http://www.bcs.org/category/12461). Back issues of FACS FACTS are available for download from: http://www.bcs.org/content/conWebDoc/33135 The FACS FACTS Team Newsletter Editors Tim Denvir [email protected] Brian Monahan [email protected] Editorial Team Jonathan Bowen, Tim Denvir, Brian Monahan, Margaret West. Contributors to this Issue Jonathan Bowen, Eerke Boiten, Richard Bornat, Tim Denvir, Margaret West. BCS-FACS websites BCS: http://www.bcs-facs.org LinkedIn: http://www.linkedin.com/groups?gid=2427579 Facebook: http://www.facebook.com/pages/BCS- FACS/120243984688255 Wikipedia: http://en.wikipedia.org/wiki/BCS-FACS If you have any questions about BCS-FACS, please send these to Paul Boca: [email protected] 2 FACS FACTS Issue 2016-1 March 2016 Editorial Welcome to Issue 2016-1 of FACS FACTS. We note with sadness the death of Professor Barry Cooper of Leeds University on 26th October 2015. Although primarily a mathematician, Barry Cooper will have become well known to computer scientists with his extremely energetic championing of the Alan Turing Centenary Year (2012) over a period of some five years. Indeed, Barry’s own area of academic research started from the structure theory of Turing degrees, and in 2013 his edited volume, Alan Turing: His Work and Impact, with Jan van Leeuwen, won an Association of American Publishers award.
    [Show full text]