English

A simpler O(m log n) algorithm for branching bisimilarity on labelled transition systems

Logic in Computer Science 2025-08-08 v2

Abstract

Branching bisimilarity is a behavioural equivalence relation on labelled transition systems that takes internal actions into account. It has the traditional advantage that algorithms for branching bisimilarity are more efficient than all algorithms for other weak behavioural equivalences, especially weak bisimilarity. With mm the number of transitions and nn the number of states, the classic O(mn)O(m n) algorithm was recently replaced by an O(m(logAct+logn))O(m (\log \lvert \mathit{Act}\rvert + \log n)) algorithm, which is unfortunately rather complex. This paper combines its ideas with the ideas from Valmari. This results in a simpler algorithm with complexity O(mlogn)O(m \log n). Benchmarks show that this new algorithm is also faster and often far more memory efficient than its predecessors. This makes it the best option for branching bisimulation minimisation and preprocessing for weak bisimulation of LTSs.

Keywords

Cite

@article{arxiv.1909.10824,
  title  = {A simpler O(m log n) algorithm for branching bisimilarity on labelled transition systems},
  author = {David N. Jansen and Jan Friso Groote and Jeroen J. A. Keiren and Anton Wijs},
  journal= {arXiv preprint arXiv:1909.10824},
  year   = {2025}
}

Comments

This technical report is also filed as Eindhoven Computer Science report 19-03

R2 v1 2026-06-23T11:24:07.689Z