中文
相关论文

相关论文: From Well Structured Transition Systems to Program…

200 篇论文

In this article, we give an overview of our project on higher-order program verification based on HFL (higher-order fixpoint logic) model checking. After a brief introduction to HFL, we explain how it can be applied to program verification,…

编程语言 · 计算机科学 2021-09-13 Naoki Kobayashi

Software system certification presents itself with many challenges, including the necessity to certify the system at the level of functional requirements, code and binary levels, the need to chase down run-time errors, and the need for…

软件工程 · 计算机科学 2007-05-23 Eric Feron , Mardavij Roozbehani

Over the past 27 years, quantum computing has seen a huge rise in interest from both academia and industry. At the current rate, quantum computers are growing in size rapidly backed up by the increase of research in the field. Significant…

计算机科学中的逻辑 · 计算机科学 2024-02-15 Marco Lewis , Sadegh Soudjani , Paolo Zuliani

2LS ("tools") is a verification tool for C programs, built upon the CPROVER framework. It allows one to verify user-specified assertions, memory safety properties (e.g. buffer overflows), numerical overflows, division by zero, memory leaks,…

软件工程 · 计算机科学 2023-02-07 Daniel Kroening , Viktor Malík , Peter Schrammel , Tomáš Vojnar

We give a scheme for interpreting shaded tangles as quantum programs, with the property that isotopic tangles yield equivalent programs. We analyze many known quantum programs in this way -- including entanglement manipulation and error…

量子物理 · 物理学 2018-03-05 David Reutter , Jamie Vicary

In considering the reliability of numerical programs, it is normal to "limit our study to the semantics dealing with numerical precision" (Martel, 2005). On the other hand, there is a great deal of work on the reliability of programs that…

符号计算 · 计算机科学 2014-04-25 James H. Davenport , Russell Bradford , Matthew England , David Wilson

This paper describes the formal verification of two Turing machines using the program verifier Dafny. Both machines are deciders, so we prove total correctness. They are typical first examples of Turing machines used in any course of…

计算机科学中的逻辑 · 计算机科学 2026-01-22 Edgar F. A. Lederer

There are two kinds of higher-order extensions of model checking: HORS model checking and HFL model checking. Whilst the former has been applied to automated verification of higher-order functional programs, applications of the latter have…

编程语言 · 计算机科学 2018-03-01 Naoki Kobayashi , Takeshi Tsukada , Keiichi Watanabe

Formally verifying properties of programs that manipulate arrays in loops is computationally challenging. In this paper, we focus on a useful class of such programs, and present a novel property-driven verification method that first infers…

软件工程 · 计算机科学 2017-10-05 Supratik Chakraborty , Ashutosh Gupta , Divyesh Unadkat

Labelled Transition Systems (LTSs) are a fundamental semantic model in many areas of informatics, especially concurrency theory. Yet, reasoning on LTSs and relations between their states can be difficult and elusive: very simple process…

计算机科学中的逻辑 · 计算机科学 2015-08-21 Alceste Scalas , Massimo Bartoletti

The precise control of complex quantum systems promises numerous technological applications including digital quantum computing. The complexity of such devices renders the certification of their correct functioning a challenge. To address…

量子物理 · 物理学 2021-12-21 Martin Kliesch , Ingo Roth

The overall problem addressed in this paper is the long-standing problem of program correctness, and in particular programs that describe systems of parallel executing processes. We propose a new method for proving correctness of parallel…

编程语言 · 计算机科学 2023-02-10 Frank S. de Boer , Einar Broch Johnsen , Violet Ka I Pun , Silvia Lizeth Tapia Tarifa

Test instability in a floating-point program occurs when the control flow of the program diverges from its ideal execution assuming real arithmetic. This phenomenon is caused by the presence of round-off errors that affect the evaluation of…

编程语言 · 计算机科学 2020-01-10 Laura Titolo , Mariano Moscato , Cesar A. Muñoz

This paper describes a procedure that system developers can follow to translate typical mathematical representations of linearized control systems into logic theories. These theories are then used to verify system requirements and find…

计算机科学中的逻辑 · 计算机科学 2021-08-09 Andrea Domenici , Cinzia Bernardeschi

We present an approach to program reasoning which inserts between a program and its verification conditions an additional layer, the denotation of the program expressed in a declarative form. The program is first translated into its…

计算机科学中的逻辑 · 计算机科学 2012-02-23 Wolfgang Schreiner

The cutting edge in systems development today is in the area of "systems of systems" (SoS) large networks of inter-related systems that are developed and managed separately, but that also perform collective activities. Such large systems…

软件工程 · 计算机科学 2013-11-15 Eric Honour

Verification of large and complicated concurrent programs is an important issue in the software world. Stateless model checking is an appropriate method for systematically and automatically testing of large programs, which has proved its…

编程语言 · 计算机科学 2016-03-14 Elaheh Ghassabani , Mohammad Abdollahi Azgomi

We study the problem of completely automatically verifying uninterpreted programs---programs that work over arbitrary data models that provide an interpretation for the constants, functions and relations the program uses. The verification…

编程语言 · 计算机科学 2020-08-27 Umang Mathur , P. Madhusudan , Mahesh Viswanathan

This paper introduces several techniques that improve the scalability of the deductive verification of data-level programs working on arrays and matrices. First of all, we introduce a technique to rewrite expressions with (nested)…

软件工程 · 计算机科学 2026-05-14 Lars B. van den Haak , Anton Wijs , Marieke Huisman

We introduce a variant of transition systems, where activation of transitions depends on conditions of the environment and upgrades during runtime potentially create additional transitions. Using a cornerstone result in lattice theory, we…

软件工程 · 计算机科学 2017-06-09 Harsh Beohar , Barbara König , Sebastian Küpper , Alexandra Silva