I have big UPPAAL model. I want to analyze total number of states and transitions in my model. Is there any way to find out these things.
Thankyou and regards
I have big UPPAAL model. I want to analyze total number of states and transitions in my model. Is there any way to find out these things.
Thankyou and regards
Not really. In principle the number of (concrete) states is uncountable.
Uppaal deals with symbolic states and the number of explored symbolic states may differ depending on the search order. Use verifyta -u
to report the number of explored states.