KR2024Proceedings of the 21st International Conference on Principles of Knowledge Representation and ReasoningProceedings of the 21st International Conference on Principles of Knowledge Representation and Reasoning

Hanoi, Vietnam. November 2-8, 2024.

Edited by

ISSN: 2334-1033
ISBN: 978-1-956792-05-8

Sponsored by
Published by

Copyright © 2024 International Joint Conferences on Artificial Intelligence Organization

Large Neighborhood Prioritized Search for Combinatorial Optimization with Answer Set Programming

  1. Irumi Sugimori(Nagoya University)
  2. Katsumi Inoue(NII)
  3. Hidetomo Nabeshima(University of Yamanashi)
  4. Torsten Schaub(University of Potsdam)
  5. Takehide Soh(Kobe University)
  6. Naoyuki Tamura(Kobe University)
  7. Mutsunori Banbara(Nagoya University)

Keywords

  1. Logic programming, answer set programming-General
  2. Empirical evaluations-General
  3. Reasoning system implementations-General

Abstract

We propose Large Neighborhood Prioritized Search (LNPS) for solving combinatorial optimization problems in Answer Set Programming (ASP). LNPS is a metaheuristic that starts with an initial solution and then iteratively tries to find better solutions by alternately destroying and prioritized searching for a current solution. Due to the variability of neighborhoods, LNPS allows for flexible search without strongly depending on the destroy operators. We present an implementation of LNPS based on ASP. The resulting heulingo solver demonstrates that LNPS can significantly enhance the solving performance of ASP for optimization. Furthermore, we establish the competitiveness of our LNPS approach by empirically contrasting it to (adaptive) large neighborhood search.