Traviando Warning:

Type 7: A particular action A performs identity as state transformation to certain variable V.


Rationale

For a discrete event dynamic system it is common that when an individual action occurs that it assigns new values only to a small subset of state variables. So most state variables retain their old values and the state transformation that those variables experience is an identity function. This is normal and expected behavior. The fact that an action does not change the value of a variable is represented in a trace by not making any assignments to that variable.
For efficiency reasons, a DEDS simulation should focus on state changes that truly change state.

Symptoms

The warning is raised because there is at least one event in the trace that is attributed to action A where A explicitly assigns a value to state variable V and this new value happens to be the same as before.
Note that this does not(!) mean that the full state descriptions are the same. The warning only refers to the value of a single particular variable V and usually the state of a simulation models is described by a multitude of variables.

Diagnosis

Reassigning the same value again may have several causes:

Verification and Therapy