English

Efficient and Modular Coalgebraic Partition Refinement

Data Structures and Algorithms 2023-06-22 v5 Logic in Computer Science

Abstract

We present a generic partition refinement algorithm that quotients coalgebraic systems by behavioural equivalence, an important task in system analysis and verification. Coalgebraic generality allows us to cover not only classical relational systems but also, e.g. various forms of weighted systems and furthermore to flexibly combine existing system types. Under assumptions on the type functor that allow representing its finite coalgebras in terms of nodes and edges, our algorithm runs in time O(mlogn)\mathcal{O}(m\cdot \log n) where nn and mm are the numbers of nodes and edges, respectively. The generic complexity result and the possibility of combining system types yields a toolbox for efficient partition refinement algorithms. Instances of our generic algorithm match the run-time of the best known algorithms for unlabelled transition systems, Markov chains, deterministic automata (with fixed alphabets), Segala systems, and for color refinement.

Keywords

Cite

@article{arxiv.1806.05654,
  title  = {Efficient and Modular Coalgebraic Partition Refinement},
  author = {Thorsten Wißmann and Ulrich Dorsch and Stefan Milius and Lutz Schröder},
  journal= {arXiv preprint arXiv:1806.05654},
  year   = {2023}
}

Comments

Extended journal version of the conference paper arXiv:1705.08362. Beside reorganization of the material, the introductory section 3 is entirely new and the other new section 7 contains new mathematical results