Bisimilarity Minimization in O(m logn) Time

  • Authors:
  • Antti Valmari

  • Affiliations:
  • Department of Software Systems, Tampere University of Technology, Tampere, Finland FI-33101

  • Venue:
  • PETRI NETS '09 Proceedings of the 30th International Conference on Applications and Theory of Petri Nets
  • Year:
  • 2009

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 logn ), 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 on states with respect to the labelled transitions. A splitter is a pair consisting of a set in the partition and a label. Earlier algorithms consume lots of time in scanning splitters that have no corresponding relevant transitions. The new algorithm avoids this by maintaining the sets of the corresponding transitions. To facilitate this, a refinable partition data structure with amortized constant time operations is introduced. Detailed pseudocode and correctness proof are presented, as well as some measurements.