Label Modifiers

A Label on a Resource Connection determines how many Resources may move through that Connection in a given time step.

Check out:

Lt+1=Lt+M×SLt+1 = Lt + M × ∆S

🔧 Let's take the example below. You have a Label Modifier (M) that reads +3 and the origin Node (Pool ∆S) increases by 2 (the rate at which the Resource Connection transfers Resources from Source A to Pool ∆S). The Target Label (L) has increased by 6 in the current time step (Lt): it added to L 3 twice, once for each change in the origin Node. So, in Lt+1, the Resource Connection corresponding to L, will transfer 7 (6+1) Resources to Pool C.

If the Label is the Target of multiple Label Modifiers, you will have to take the sum of all changes to find the new value:

Lt+1=Lt+(M×S)Lt+1 = Lt + ∑ (M × ∆S)

Last updated