English

A general framework for enumerating equivalence classes of solutions

Data Structures and Algorithms 2023-05-16 v4

Abstract

When a problem has more than one solution, it is often important, depending on the underlying context, to enumerate (i.e., to list) them all. Even when the enumeration can be done in polynomial delay, that is, spending no more than polynomial time to go from one solution to the next, this can be costly as the number of solutions themselves may be huge, including sometimes exponential. Furthermore, depending on the application, many of these solutions can be considered equivalent. The problem of an efficient enumeration of the equivalence classes or of one representative per class (without generating all the solutions), although identified as a need in many areas, has been addressed only for very few specific cases. In this paper, we provide a general framework that solves this problem in polynomial delay for a wide variety of contexts, including optimization ones that can be addressed by dynamic programming algorithms, and for certain types of equivalence relations between solutions.

Keywords

Cite

@article{arxiv.2004.12143,
  title  = {A general framework for enumerating equivalence classes of solutions},
  author = {Yishu Wang and Arnaud Mary and Marie-France Sagot and Blerina Sinaimeri},
  journal= {arXiv preprint arXiv:2004.12143},
  year   = {2023}
}

Comments

36 pages, 8 figures

R2 v1 2026-06-23T15:05:39.247Z