Traviando Warning:

Type 2: Variable V is not modified, value is constant


Rationale

State variables are supposed to represent the state of a model, which in turn is supposed to change due to the occurrence of events.
There are very few good reasons to have a simulator carry state variables that never change.

Symptoms

The trace does not contain any events where an action changes the value of this variable.

Diagnosis

It may be due to several reasons, that a state variable that faces no changes in value.

Verification and Therapy