PLSEJan 3, 2017

A Simulation Tool for tccp Programs

arXiv:1701.00632v13 citations
Originality Synthesis-oriented
AI Analysis

This provides a practical tool for researchers and developers working with tccp to simulate reactive systems, but it is incremental as it builds on existing language concepts.

The paper presents a modular simulation tool for tccp programs, a declarative language for modeling reactive systems, by implementing components for agent behavior, interpreter, and constraint solver, and demonstrates it with a real-system example.

The Timed Concurrent Constraint Language tccp is a declarative synchronous concurrent language, particularly suitable for modelling reactive systems. In tccp, agents communicate and synchronise through a global constraint store. It supports a notion of discrete time that allows all non-blocked agents to proceed with their execution simultaneously. In this paper, we present a modular architecture for the simulation of tccp programs. The tool comprises three main components. First, a set of basic abstract instructions able to model the tccp agent behaviour, the memory model needed to manage the active agents and the state of the store during the execution. Second, the agent interpreter that executes the instructions of the current agent iteratively and calculates the new agents to be executed at the next time instant. Finally, the constraint solver components which are the modules that deal with constraints. In this paper, we describe the implementation of these components and present an example of a real system modelled in tccp.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes