scispace - formally typeset
Open AccessBook

Automated Technology for Verification and Analysis

Farn Wang
Reads0
Chats0
TLDR
This poster presents a probabilistic procedure to characterize the response of the immune system to the presence of foreign substances such as cadmium, which is a natural component of infectious disease.
Abstract
ion Refinement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Pei-Hsin Ho

read more

Citations
More filters
Proceedings ArticleDOI

Proving MCAPI executions are correct using SMT

TL;DR: This paper provides a way to encode an MCAPI execution as a Satisfiability Modulo Theories (SMT) problem, which if satisfiable, yields a feasible execution schedule on the same trace, such that it resolves non-determinism in the MCAPI runtime in a way that it now fails user provided assertions.
Journal ArticleDOI

Diagnosability of event patterns in safe labeled time Petri nets: a model-checking approach

TL;DR: This article proposes a method to assert with certainty whether the available set of sensors will always provide enough information to ensure that a complex and unexpected behavior has not happened in the system.
Posted Content

Regular Functions, Cost Register Automata, and Generalized Min-Cost Problems

TL;DR: A deterministic model for associating costs with strings that is parameterized by operations of interest, a notion of regularity that provides a yardstick to measure expressiveness, and study decision problems and theoretical properties of resulting classes of cost functions are proposed.
Book ChapterDOI

Reduction and Abstraction Techniques for BIP

TL;DR: This paper presents reduction and abstraction techniques for component-based systems modeled in BIP (Behavior, Interaction and Priority), and uses a branching bisimulation abstraction to compute an abstraction of the product component.
Proceedings ArticleDOI

Active sampling-based binary verification of dynamical systems

TL;DR: In this paper, the authors present a data-driven statistical verification procedure that constructs statistical learning models from simulated training data to separate the set of possible perturbations into "safe" and "unsafe" subsets.
References
More filters
Book

The Z notation: a reference manual

TL;DR: Tutorial introduction background the Z language the mathematical tool-kit sequential systems syntax summary and how to use it to solve sequential systems problems.
Book

The Java Programming Language

TL;DR: The Java (TM)Programming Language, Second Edition, is the definitive resource for all serious Java programmers and lets you in on the rationale behind Java's design, direct from the language's creator, as well as the tradeoffs involved in using specific features.
Journal ArticleDOI

Eraser: a dynamic data race detector for multithreaded programs

TL;DR: A new tool, called Eraser, is described, for dynamically detecting data races in lock-based multithreaded programs, which uses binary rewriting techniques to monitor every shared-monory reference and verify that consistent locking behavior is observed.
Proceedings ArticleDOI

Eraser: a dynamic data race detector for multi-threaded programs

TL;DR: Eraser as mentioned in this paper uses binary rewriting techniques to monitor every shared memory reference and verify that consistent locking behavior is observed in lock-based multi-threaded programs, which can be used to detect data races.
Proceedings ArticleDOI

Extended static checking for Java

TL;DR: The Extended Static Checker for Java (ESC/Java) is introduced, an experimental compile-time program checker that finds common programming errors and provides programmers with a simple annotation language with which programmer design decisions can be expressed formally.