Directly-Follows Relations count

View in library docs
DFR(g)\mathit{DFR}(g)
Dimension:
Flexibility
Granularity:
Group of cases

Description

Number of activity pairs where one is instantiated directly after the other in a group of cases.

Potential use

Process where several distinct directly-follows relations can occur.

Assumptions

A greater number of directly-follows relations is desirable, as it implies a greater capability to address unexpected situations.

Desired Value:

MAXIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

r(cgdfrel(c))1\displaystyle \sum_{r \in (\cup_{c \in g} \mathit{dfrel}(c))} 1

dfrel(c)\mathit{dfrel}(c) returns the set of unique Directly-Follows Relations (DFR) in case cc.

Formal Definition

cgdfrel(c)|\cup_{c \in g} \mathit{dfrel}(c)|

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.directly_follows_relations_count