Describe the bug
I have a model system for which I get the error message "Problem in getDeclaredRange(). Please report this." when UPPAAL loads it or when I press F7 in the editor.
To Reproduce
Steps to reproduce the behavior:
Download the attached file bug1.xml.txt and rename it to bug1.xml
Open the file in UPPAAL via File > Open System
See error
When replacing the return statement in XX/declaration as shown below the error goes away.
bool p() {
const c_id cid = t[id];
const ix i = h[cid].o;
const bool m = h[cid].im;
// return m imply im[i];
// error disappears when replacing
// the previous line with the following two lines
const bool active = im[i];
return m imply active;
}
Version(s) of UPPAAL tested
Error observed in 4.1.26 and 4.1.26-1.
Desktop (please complete the following information):
Describe the bug I have a model system for which I get the error message "Problem in getDeclaredRange(). Please report this." when UPPAAL loads it or when I press F7 in the editor.
To Reproduce Steps to reproduce the behavior:
When replacing the return statement in XX/declaration as shown below the error goes away.
Version(s) of UPPAAL tested Error observed in 4.1.26 and 4.1.26-1.
Desktop (please complete the following information):