English

INTERLEAVE: A Faster Symbolic Algorithm for Maximal End Component Decomposition

Logic in Computer Science 2025-07-22 v2 Formal Languages and Automata Theory Programming Languages

Abstract

This paper presents a novel symbolic algorithm for the Maximal End Component (MEC) decomposition of a Markov Decision Process (MDP). The key idea behind our algorithm INTERLEAVE is to interleave the computation of Strongly Connected Components (SCCs) with eager elimination of redundant state-action pairs, rather than performing these computations sequentially as done by existing state-of-the-art algorithms. Even though our approach has the same complexity as prior works, an empirical evaluation of INTERLEAVE on the standardized Quantitative Verification Benchmark Set demonstrates that it solves 19 more benchmarks (out of 379) than the closest previous algorithm. On the 149 benchmarks that prior approaches can solve, we demonstrate a 3.81x average speedup in runtime.

Keywords

Cite

@article{arxiv.2505.20748,
  title  = {INTERLEAVE: A Faster Symbolic Algorithm for Maximal End Component Decomposition},
  author = {Suguman Bansal and Ramneet Singh},
  journal= {arXiv preprint arXiv:2505.20748},
  year   = {2025}
}

Comments

To appear at the 37th International Conference on Computer Aided Verification (CAV) 2025

R2 v1 2026-07-01T02:41:43.689Z