中文
相关论文

相关论文: The Church Synthesis Problem with Parameters

200 篇论文

The transducer synthesis problem on finite words asks, given a specification $S \subseteq I \times O$, where $I$ and $O$ are sets of finite words, whether there exists an implementation $f: I \rightarrow O$ which (1) fulfils the…

形式语言与自动机理论 · 计算机科学 2019-05-10 Léo Exibard , Emmanuel Filiot , Ismaël Jecker

Regular functions from infinite words to infinite words can be equivalently specified by MSO-transducers, streaming $\omega$-string transducers as well as deterministic two-way transducers with look-ahead. In their one-way restriction, the…

形式语言与自动机理论 · 计算机科学 2024-09-19 V. Dave , E. Filiot , S. Krishna , N. Lhote

We consider the master/slave parameterised reachability problem for networks of pushdown systems, where communication is via a global store using only non-atomic reads and writes. We show that the control-state reachability problem is…

形式语言与自动机理论 · 计算机科学 2011-09-29 Matthew Hague

We study the synthesis problem for distributed architectures with a parametric number of finite-state components. Parameterized specifications arise naturally in a synthesis setting, but thus far it was unclear how to detect realizability…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Swen Jacobs , Roderick Bloem

Solution discovery asks whether a given (infeasible) starting configuration to a problem can be transformed into a feasible solution using a limited number of transformation steps. This paper investigates meta-theorems for solution…

数据结构与算法 · 计算机科学 2025-10-21 Nicolas Bousquet , Amer E. Mouawad , Stephanie Maaz , Naomi Nishimura , Sebastian Siebertz

We introduce the synthesis problem for Halpern and Shoham's modal logic of intervals extended with an equivalence relation over time points, abbreviated HSeq. In analogy to the case of monadic second-order logic of one successor, the…

计算机科学中的逻辑 · 计算机科学 2014-08-27 Angelo Montanari , Pietro Sala

Parameterized synthesis offers a solution to the problem of constructing correct and verified controllers for parameterized systems. Such systems occur naturally in practice (e.g., in the form of distributed protocols where the amount of…

计算机科学中的逻辑 · 计算机科学 2020-09-30 Oliver Markgraf , Chih-Duo Hong , Anthony W. Lin , Muhammad Najib , Daniel Neider

The \emph{Orbit Problem} consists of determining, given a linear transformation $A$ on $\mathbb{Q}^d$, together with vectors $x$ and $y$, whether the orbit of $x$ under repeated applications of $A$ can ever reach $y$. This problem was…

计算复杂性 · 计算机科学 2017-01-10 Nathanaël Fijalkow , Pierre Ohlmann , Joël Ouaknine , Amaury Pouly , James Worrell

We study the reactive synthesis problem (RS) for specifications given in Metric Interval Temporal Logic (MITL). RS is known to be undecidable in a very general setting, but on infinite words only; and only the very restrictive BRRS subcase…

计算机科学中的逻辑 · 计算机科学 2016-06-24 Thomas Brihaye , Morgane Estiévenart , Gilles Geeraerts , Hsi-Ming Ho , Benjamin Monmege , Nathalie Sznajder

We prove decidability of the boundedness problem for monadic least fixed-point recursion based on positive monadic second-order (MSO) formulae over trees. Given an MSO-formula phi(X,x) that is positive in X, it is decidable whether the…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Achim Blumensath , Martin Otto , Mark Weyer

The synthesis problem asks to automatically generate, if it exists, an algorithm from a specification of correct input-output pairs. In this paper, we consider the synthesis of computable functions of infinite words, for a classical Turing…

形式语言与自动机理论 · 计算机科学 2024-02-09 Emmanuel Filiot , Sarah Winter

We consider the parameter synthesis problem of parametric timed automata (PTAs). The problem is, given a PTA and a property, to compute the set of valuations of the parameters under which the resulting timed automaton satisfies the…

系统与控制 · 计算机科学 2018-11-01 Liyun Dai , Bo Liu , Zhiming Liu , and

We study synthesis of reactive systems interacting with environments using an infinite data domain. A popular formalism for specifying and modelling such systems is register automata and transducers. They extend finite-state automata by…

形式语言与自动机理论 · 计算机科学 2022-05-23 Léo Exibard , Emmanuel Filiot , Ayrat Khalimov

We study synthesis of reactive systems interacting with environments using an infinite data domain. A popular formalism for specifying and modelling such systems is register automata and transducers. They extend finite-state automata by…

形式语言与自动机理论 · 计算机科学 2022-06-09 Léo Exibard , Emmanuel Filiot , Ayrat Khalimov

One of Courcelle's celebrated results states that if C is a class of graphs of bounded tree-width, then model-checking for monadic second order logic is fixed-parameter tractable on C by linear time parameterised algorithms. An immediate…

计算机科学中的逻辑 · 计算机科学 2009-04-09 Stephan Kreutzer

We study expansions of the Weak Monadic Second Order theory of (N,<) by cardinality relations, which are predicates R(X1,...,Xn) whose truth value depends only on the cardinality of the sets X1, ...,Xn. We first provide a (definable)…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Alexis Bès

Proving Unrealizability for Syntax-Guided Synthesis We consider the problem of automatically establishing that a given syntax-guided-synthesis (SyGuS) problem is unrealizable (i.e., has no solution). Existing techniques have quite limited…

编程语言 · 计算机科学 2019-07-25 Qinheping Hu , Jason Breck , John Cyphert , Loris D'Antoni , Thomas Reps

In this letter we synthesize numerically the L\"{u} attractor starting from the generalized Lorenz and Chen systems, by switching the control parameter inside a chosen finite set of values on every successive adjacent finite time intervals.…

混沌动力学 · 物理学 2011-03-09 Marius-F. Danca

Given a Counting Monadic Second Order (CMSO) sentence $\psi$, the CMSO$[\psi]$ problem is defined as follows. The input to CMSO$[\psi]$ is a graph $G$, and the objective is to determine whether $G\models \psi$. Our main theorem states that…

数据结构与算法 · 计算机科学 2018-02-06 Daniel Lokshtanov , M. S. Ramanujan , Saket Saurabh , Meirav Zehavi

In Petri net synthesis we ask whether a given transition system $A$ can be implemented by a Petri net $N$. Depending on the level of accuracy, there are three ways how $N$ can implement $A$: an embedding, the least accurate implementation,…

形式语言与自动机理论 · 计算机科学 2023-06-22 Raymond Devillers , Ronny Tredup