Simple Bisimilarity Minimization in O(m log n) Time

  • Authors:
  • Antti Valmari

  • Affiliations:
  • (Correspd.) Tampere University of Technology, Department of Software Systems, PO Box 553, FI-33101 Tampere, Finland. Antti.Valmari@tut.fi

  • Venue:
  • Fundamenta Informaticae - Applications and Theory of Petri Nets and Other Models of Concurrency, 2009
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

A new algorithm for bisimilarity minimization of labelled directed graphs is presented. Its time consumption is O(m log n), where n is the number of states and m is the number of transitions. Unlike earlier algorithms, it meets this bound even if the number of different labels of transitions is not fixed. It is based on refining a partition of states with respect to the labelled transitions. A splitter is a pair consisting of a label and a set in the partition. A transition belongs to a splitter, if and only if it has the same label and its end state is in the set. Earlier algorithms consume lots of time in scanning splitters that have no transitions. The new algorithm avoids this by maintaining also a partition of transitions. To facilitate this, a refinable partition data structure with amortized constant time operations is used. Detailed pseudocode of all nontrivial details is presented. Novel simplifications are applied that both reduce the practical memory consumption and shorten the program code.