English

Arcee: An OCM-Solver

Data Structures and Algorithms 2024-11-28 v2

Abstract

The 2024 PACE Challenge focused on the One-Sided Crossing Minimization (OCM) problem, which aims to minimize edge crossings in a bipartite graph with a fixed order in one partition and a free order in the other. We describe our OCM solver submission that utilizes various reduction rules for OCM and, for the heuristic track, employs local search approaches as well as techniques to escape local minima. The exact and parameterized solver uses an ILP formulation and branch & bound to solve an equivalent Feedback Arc Set instance.

Cite

@article{arxiv.2411.17596,
  title  = {Arcee: An OCM-Solver},
  author = {Kimon Boehmer and Lukas Lee George and Fanny Hauser and Jesse Palarus},
  journal= {arXiv preprint arXiv:2411.17596},
  year   = {2024}
}

Comments

Long version

R2 v1 2026-06-28T20:13:24.791Z