中文
相关论文

相关论文: Symbolic Analysis and Parameter Synthesis for Time…

200 篇论文

Timed automata (TA) is used for modeling systems with timing aspects. A TA extends a finite automaton with a set of real valued variables called clocks, that measure the time and constraints over the clocks guard the transitions. A…

形式语言与自动机理论 · 计算机科学 2021-04-20 Ebru Aydin Gol

This paper presents a simplification of robotic system model analysis due to the transfer of Robotic System Hierarchical Petri Net (RSHPN) meta-model properties onto the model of a designed system. Key contributions include: 1) analysis of…

机器人学 · 计算机科学 2026-02-12 Maksym Figat , Cezary Zieliński

This paper introduces Presto, a symbolic partial evaluator for Maude's rewriting logic theories that can improve system analysis and verification. In Presto, the automated optimization of a conditional rewrite theory R (whose rules define…

计算机科学中的逻辑 · 计算机科学 2021-12-21 María Alpuente , Demis Ballis , Santiago Escobar , Julia Sapiña

Colored Petri Nets (CPNs) are an established formalism for modeling processes where tokens carry data. Although tools like CPN Tools and CPN IDE excel at CPN-based simulation, they are often separate from modern data science ecosystems.…

数据库 · 计算机科学 2025-06-17 Alessandro Berti , Wil M. P. van der Aalst

Interpretable mathematical expressions defining discrete-time dynamical systems (iterated maps) can model many phenomena of scientific interest, enabling a deeper understanding of system behaviors. Since formulating governing expressions…

机器学习 · 计算机科学 2024-06-12 Adarsh Iyer , Nibodh Boddupalli , Jeff Moehlis

Parametric analysis is a powerful tool for designing modern embedded systems, because it permits to explore the space of design parameters, and to check the robustness of the system with respect to variations of some uncontrollable…

分布式、并行与集群计算 · 计算机科学 2013-02-07 Youcheng Sun , Romain Soulat , Giuseppe Lipari , Étienne André , Laurent Fribourg

Model checking for real-timed systems is a rich and diverse topic. Among the different logics considered, Metric Interval Temporal Logic (MITL) is a powerful and commonly used logic, which can succinctly encode many interesting timed…

形式语言与自动机理论 · 计算机科学 2026-05-19 S. Akshay , Prerak Contractor , Paul Gastin , R. Govind , B. Srivathsan

Petri nets are an established graphical formalism for modeling and analyzing the behavior of systems. An important consideration of the value of Petri nets is their use in describing both the syntax and semantics of modeling formalisms.…

软件工程 · 计算机科学 2018-10-24 Sabah Al-Fedaghi , Dana Shbeeb

This paper extends our Real-Time Maude formalization of the semantics of flat Ptolemy II discrete-event (DE) models to hierarchical models, including modal models. This is a challenging task that requires combining synchronous fixed-point…

计算机科学中的逻辑 · 计算机科学 2010-09-23 Kyungmin Bae , Peter Csaba Ölveczky

Pushdown systems (PDSs) and recursive state machines (RSMs), which are linearly equivalent, are standard models for interprocedural analysis. Yet RSMs are more convenient as they (a) explicitly model function calls and returns, and (b)…

编程语言 · 计算机科学 2020-01-13 Krishnendu Chatterjee , Bernhard Kragl , Samarth Mishra , Andreas Pavlogiannis

Ensuring that agents satisfy safety specifications can be crucial in safety-critical environments. While methods exist for controller synthesis with safe temporal specifications, most existing methods restrict safe temporal specifications…

计算机科学中的逻辑 · 计算机科学 2025-11-21 Gaspard Ohlmann , Edwin Hamel-De le Court , Francesco Belardinelli

This paper motivates why Real-Time Maude should be well suited to provide a formal semantics and formal analysis capabilities to modeling languages for embedded systems. One can then use the code generation facilities of the tools for the…

计算机科学中的逻辑 · 计算机科学 2011-07-04 Peter Csaba Ölveczky

The time complexity of the presented in 2013 by the author small universal Petri nets with the pairs of places/transitions numbers (14,42) and (14,29) was estimated as exponential. In the present paper, it is shown, that their slight…

计算复杂性 · 计算机科学 2013-09-30 Dmitry A. Zaitsev

Capturing stochastic behaviors in business and work processes is essential to quantitatively understand how nondeterminism is resolved when taking decisions within the process. This is of special interest in process mining, where event data…

计算机科学中的逻辑 · 计算机科学 2023-06-13 Sander J. J. Leemans , Fabrizio M. Maggi , Marco Montali

Mathematical formulas serve as the means of communication between humans and nature, encapsulating the operational laws governing natural phenomena. The concise formulation of these laws is a crucial objective in scientific research and an…

机器学习 · 计算机科学 2024-12-20 Yanjie Li , Weijun Li , Lina Yu , Min Wu , Jinyi Liu , Wenqiang Li , Meilan Hao , Shu Wei , Yusong Deng

Numerous tasks in program analysis and synthesis reduce to deciding reachability in possibly infinite graphs such as those induced by Petri nets. However, the Petri net reachability problem has recently been shown to require non-elementary…

计算机科学中的逻辑 · 计算机科学 2020-10-16 Michael Blondin , Christoph Haase , Philip Offtermatt

Petri net synthesis consists in deciding for a given transition system $A$ whether there exists a Petri net $N$ whose reachability graph is isomorphic to $A$. Several works examined the synthesis of Petri net subclasses that restrict, for…

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

BPMN is a specification language widely used by industry and researchers for business process modeling and execution. It defines clearly how to articulate its concepts, but do not provide mechanism to represent the semantics of the produced…

软件工程 · 计算机科学 2020-12-18 Sérgio Guerreiro , Pedro Sousa

Synthesis for a type $\tau$ of Petri nets is the following search problem: For a transition system $A$, find a Petri net $N$ of type $\tau$ whose state graph is isomorphic to $A$, if there is one. To determine the computational complexity…

计算机科学中的逻辑 · 计算机科学 2019-04-03 Ronny Tredup

Temporal synthesis is the automated design of a system that interacts with an environment, using the declarative specification of the system's behavior. A popular language for providing such a specification is Linear Temporal Logic, or LTL.…

计算机科学中的逻辑 · 计算机科学 2020-08-18 Shufang Zhu , Lucas M. Tabajara , Jianwen Li , Geguang Pu , Moshe Y. Vardi