中文
相关论文

相关论文: Trace and Stable Failures Semantics for CSP-Agda

200 篇论文

To any fixed, finite relational structure, $\mathbb{D}$, there is an associated decision problem, CSP$(\mathbb{D})$, which is a restricted version of the constraint satisfaction problem. In [8], the so called "algebraic approach" to the…

逻辑 · 数学 2016-09-14 Ian Payne

Literature on Constraint Satisfaction exhibits the definition of several structural properties that can be possessed by CSPs, like (in)consistency, substitutability or interchangeability. Current tools for constraint solving typically…

人工智能 · 计算机科学 2014-01-16 Lucas Bordeaux , Marco Cadoli , Toni Mancini

Characterising tractable fragments of the constraint satisfaction problem (CSP) is an important challenge in theoretical computer science and artificial intelligence. Forbidding patterns (generic sub-instances) provides a means of defining…

计算复杂性 · 计算机科学 2023-06-22 Martin C. Cooper , Stanislav Živný

Functor coalgebras capture a wide range of transition systems that must however evolve in discrete steps. We introduce graded coalgebras of graded monads and propose them to model continuous-time transition systems. We develop the theory of…

计算机科学中的逻辑 · 计算机科学 2026-05-08 Elena Di Lavore , Jonas Forster , Mario Román

The paper deals with $\Sigma-$composition and $\Sigma$-essential composition of terms, which lead to stable and s-stable varieties of algebras. A full description of all stable varieties of semigroups, commutative and idempotent groupoids…

环与代数 · 数学 2014-11-04 Sl. Shtrakov , J. Koppitz

The constraint satisfaction problem (CSP) is a general problem central to computer science and artificial intelligence. Although the CSP is NP-hard in general, considerable effort has been spent on identifying tractable subclasses. The main…

人工智能 · 计算机科学 2014-07-09 David A. Cohen , Martin C. Cooper , Páidí Creed , András Z. Salamon

The interleaving semantics is not compatible with both action refinement and durational actions. Since many true concurrency semantics are congruent w.r.t. action refinement, notably the causality and the maximality ones, this has…

计算机科学中的逻辑 · 计算机科学 2010-04-14 Walid Belkhir

We present a graded modal type theory, a dependent type theory with grades that can be used to enforce various properties of the code. The theory has $\Pi$-types, weak and strong $\Sigma$-types, natural numbers, an empty type, and a…

计算机科学中的逻辑 · 计算机科学 2026-05-01 Andreas Abel , Nils Anders Danielsson , Oskar Eriksson

We present a constructive formalization of Abstract Rewriting Systems (ARS) in the Agda proof assistant, focusing on standard results in term rewriting. We define a taxonomy of concepts related to termination and confluence and investigate…

计算机科学中的逻辑 · 计算机科学 2026-03-12 Sam Arkle , Andrew Polonsky

In this paper, we present an Agda formalization of a normalizer for simply-typed lambda terms. The normalizer consists of two coinductively defined functions in the delay monad: One is a standard evaluator of lambda terms to closures, the…

计算机科学中的逻辑 · 计算机科学 2014-06-10 Andreas Abel , James Chapman

Constraint satisfaction problems (CSPs) are an important formal framework for the uniform treatment of various prominent AI tasks, e.g., coloring or scheduling problems. Solving CSPs is, in general, known to be NP-complete and…

计算复杂性 · 计算机科学 2020-07-29 Hubie Chen , Georg Gottlob , Matthias Lanzinger , Reinhard Pichler

The gradual guarantee is an important litmus test for gradually typed languages, that is, languages that enable a mixture of static and dynamic typing. The gradual guarantee states that changing the precision of a type annotation does not…

编程语言 · 计算机科学 2024-12-05 Jeremy G. Siek

Mechanical proofs by logical relations often involve tedious reasoning about substitution. In this paper, we show that this is not necessarily the case, by developing, in Agda, a proof that all simply typed lambda calculus expressions…

编程语言 · 计算机科学 2023-09-28 Emmanuel Suárez Acevedo , Stephanie Weirich

We present a lightweight, open source Agda framework for manually verifying effectful programs using predicate transformer semantics. We represent the abstract syntax trees (AST) of effectful programs with a generalized algebraic datatype…

软件工程 · 计算机科学 2022-08-18 Christa Jenkins , Mark Moir , Harold Carr

Sized types are a modular and theoretically well-understood tool for checking termination of recursive and productivity of corecursive definitions. The essential idea is to track structural descent and guardedness in the type system to make…

编程语言 · 计算机科学 2010-12-23 Andreas Abel

Formal semantics offers a complete and rigorous definition of a language. It is important to define different semantic models for a language and different models serve different purposes. Building equivalence between different semantic…

计算机科学中的逻辑 · 计算机科学 2010-02-18 Shamim H. Ripon , Michael Butler

We present a framework for the formal meta-theory of lambda calculi in first-order syntax, with two sorts of names, one to represent both free and bound variables, and the other for constants, and by using Stoughton's multiple…

计算机科学中的逻辑 · 计算机科学 2023-03-24 Sebastián Urciuoli

We propose an overview of the decentralized reconfiguration language Concerto-D through its Maude formalization. Concerto-D extends the already published Concerto language. Concerto-D improves on two different parameters compared with…

编程语言 · 计算机科学 2024-12-12 Farid Arfi , Hélène Coullon , Frédéric Loulergue , Jolan Philippe , Simon Robillard

We consider models of CSP based on recording what events are available as possible alternatives to the events that are actually performed. We present many different varieties of such models. For each, we give a compositional semantics,…

计算机科学中的逻辑 · 计算机科学 2019-02-20 Gavin Lowe

This paper studies trace-based equivalences for systems combining nondeterministic and probabilistic choices. We show how trace semantics for such processes can be recovered by instantiating a coalgebraic construction known as the…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Filippo Bonchi , Ana Sokolova , Valeria Vignudelli