Skip to content

Why doesn't UPPAAL try to take all the paths? #276

Answered by mikucionisaau
Lqs66 asked this question in Q&A
Discussion options

You must be logged in to vote

Uppaal initializes all variables with 0 unless it has a special range or initializer.
That's because integer variables are treated as part of a discrete state, it does not have an abstract interpretation engine.
Also such treatment would automatically result in much bigger state spaces than most people expect.

If you want a non-deterministic initalization, then you need to model it with non-deterministic edges.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lqs66
Comment options

Answer selected by Lqs66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants