🤖 AI Summary
This paper addresses the efficient generation of all non-isomorphic maximum Condorcet domains over $n$ alternatives. Conventional enumeration methods suffer from high computational redundancy and difficulty in isomorphism testing. To overcome these bottlenecks, we propose— for the first time—a systematic generation framework based on the orderly algorithm, integrating linear-order symmetry reduction with efficient isomorphism pruning. Our method exhaustively enumerates all non-isomorphic maximum Condorcet domains and naturally extends to key subclasses, including single-peaked, single-crossing, and intermediate domains. Experimental evaluation confirms both completeness and efficiency for $n leq 7$. The open-source implementation and complete enumeration results are publicly available, providing a scalable computational foundation for structural analysis and empirical studies in majority voting theory.
📝 Abstract
Condorcet domains are fundamental objects in the theory of majority voting; they are sets of linear orders with the property that if every voter picks a linear order from this set, assuming that the number of voters is odd, and alternatives are ranked according to the pairwise majority ranking, then the result is a linear order on the set of all alternatives. In this paper we present an efficient orderly algorithm for the generation of all non-isomorphic maximal Condorcet domains on $n$ alternatives. The algorithm can be adapted to generate domains from various important subclasses of Condorcet domains. We use an example implementation to extend existing enumerations of domains from several such subclasses and make both data and the implementation publicly available.