Skip to content

Collection of Optimization Problems

Description

Contains encodings and instances of varying sizes and difficulty for the following problems:

  • Social Golfer Problem (SGP)
  • Shift Design (SD)
  • Sudoku Puzzle Generation (SPG)
  • Traveling Salesman Problem (TSP)
  • Weighted Strategic Companies (WSC)

Each problem is contained in its own directory which includes the encoding with the name of the problem, e.g. golfer.lp for SGP, and an instance directory.

Usage

Example call:

clingo <encoding.lp> <instance.lp>

Metadata

Technical Details

  • Type: Optimization, Multi-shot
  • Format: clingo
  • Tested With: clingo 5.8.0

Instances

  • Details:
    Hand-picked instances of varying sizes and difficulty

Data & Access (Confidentiality)

  • Status: Public
  • License: MIT
  • Sensitivity: None

Source & Literature

  • Repository/ZIP:
  • Reference:
    Eiter, T., Geibinger, T., Ruiz, N.H., et al.: ALASPO: An Adaptive Large-Neighbourhood ASP Optimiser. Proceedings of the Nineteenth International Conference on Principles of Knowledge Representation and Reasoning. 565-569 (2022). doi:10.24963/kr.2022/58

Contact

Miscellaneous

  • Complexity: NP-hard (Sudoku: NP-complete)

Download

In the future you will be able to download the benchmark set here.