axelahmer / lzcup-scheduler

This repository contains an Answer Set Programming (ASP) implementation using Clingo for scheduling the LZV Cup, an amateur indoor football league in Belgium.
0 stars 0 forks source link

Scheduler via MULTISHOT #4

Open ssardina opened 4 months ago

ssardina commented 4 months ago

@ssardina multishot seems more applicable if replicating - as it fits more with their heuristic method: starting with a partial assignment and then improving.

Originally posted by @axelahmer in https://github.com/axelahmer/lzcup-scheduler/issues/3#issuecomment-2160632275

ssardina commented 4 months ago

Let me fork the discussion on multi-shot.

It is not so easy to exploit multi-shot well. Here is the paper that explains it: Multi-shot ASP solving with Clingo and here are some slides on multi-shot