Questions tagged [uppaal]

Uppaal is an integrated tool environment for modeling, validation and verification of real-time systems modeled as networks of timed automata, extended with data types (bounded integers, arrays, etc.).

About

Uppaal is an integrated tool environment for modeling, simulation and verification of real-time systems, developed jointly by Basic Research in Computer Science at Aalborg University in Denmark and the Department of Information Technology at Uppsala University in Sweden.

It is appropriate for systems that can be modeled as a collection of non-deterministic processes with finite control structure and real-valued clocks, communicating through channels or shared variables.

Links

82 questions
0
votes
1 answer

How to select array of integers in UPPAAL?

I am using uppaal for a class and I would like to create array of integers within range, using select statement. For background, I am modelling a modified game of nim, with 3 players and 3 heaps, where a player can either pick up to 3 matches from a…
Xarn
  • 3,460
  • 1
  • 21
  • 43
0
votes
0 answers

UPPAAL: Invariants violated but none have been explicitly set - how to resolve deadlock?

I'd like to learn more about Timed Automata to verify real-time systems. Currently, I'm trying to get myself familiar with a tool called UPPAAL. I drew some simple graphs and added different properties. The entire model is supposed to represent a…
Jim McAdams
  • 1,034
  • 1
  • 14
  • 30
0
votes
0 answers

leader election process on uppaal

I have such a connection in my topology: https://courses.cs.ttu.ee/w/images/e/e5/ITI0130_Lab3_IEEE1394.pdf I have written such a declaration to run a simulation on uppaal: const int N=7; const int d1=1; const int d2=2; const int d3=3; typedef…
yusuf
  • 3,591
  • 8
  • 45
  • 86
0
votes
2 answers

Set implementation in UPPAAL

I have a model which in which a process needs to choose an element s randomly from the the set S. The choosing part is a single operation. The only similar data structure I know in UPPAAL is arrays. Does there exist a set data structure in UPPAAL? …
Pranav Raj
  • 781
  • 1
  • 8
  • 19
-1
votes
1 answer

Model checking synchronous circuit in UPPAAL

I am using UPPAAL model checker to model synchronous circuit at the gate level, I have some confusion on how I can model the clock, my goal is to verify that set-up time and hold time are not violated. I found some models giving the clock as a test…
-2
votes
1 answer

Elevator Control Using UPPAAL or NuSMV

I am new to NuSMV and UPPAAL and am working on this problem. Can any one provide a solution to the following question? Model and analyze a control system of an elevator-system of your own design serving a number of floors (say 4 …
1 2 3 4 5
6