-
**Describe the bug**
I may be tired and in need of going home because I feel like this has always worked without issue.
Executing a learning query on this simple metronome example gives an inexpl…
-
**Describe the bug**
When lauching Uppaal 5, it shows "Error: no connection to engine". When reloading, a window pops up saying "Error: server closed connection".
Details of the error:
Server clo…
rgu01 updated
11 months ago
-
### Discussed in https://github.com/UPPAALModelChecker/UPPAAL-Meta/discussions/59
Originally posted by **jildert17** December 22, 2021
For my thesis I use svg exports of my Uppaal models/templ…
-
**Describe the bug**
Loading a strategy via query results in segfault in Uppaal 5
**To Reproduce**
Steps to reproduce the behavior:
1. Unzip this [error.zip](https://github.com/UPPAALModelCheck…
-
**Is your feature request related to a problem? Please describe.**
Dear all,
I loaded an existing model in Uppaal 5. The model was created with the 4.1.26 version of Uppaal,
I attach an image show…
-
**Describe the bug**
When all templates are removed, an internal error is thrown (see below). The error is triggered when you click on `Declarations`. Clicking on `System declarations` if fine though…
-
[11/13 5:54 PM] Martijn Goorden - In the paper 'Uppaal Stratego' from David et al. in TACAS.2015 (DOI: 10.1007/978-3-662-46681-0_16) has an overview of different queries in Table 4. I have no idea wh…
-
**Describe the bug**
Today I tried to add a new template to the model by right clicking an existing template and then select `Insert template`. Unfortunately, at some point in time it did not show up…
-
**Describe the bug**
Consider a model in which you have declared an integer array
```
int x[2] = {0,1};
```
and you perform the (incorrect) query
```
A[] x > 2
```
Now Uppaal gives a Type…
-
**Describe the bug**
The compiler does not recognize that external functions may indeed have side effects and thus warns that an expression (e.g. a statement with just a call to a function with void …