potassco / clingo

🤔 A grounder and solver for logic programs.
https://potassco.org/clingo
MIT License
599 stars 79 forks source link

Example of incremental solving of the paper "How to build your own ASP system" #431

Closed javier-romero closed 1 year ago

javier-romero commented 1 year ago

Hi, the paper "How to build your own ASP system", in the section 5.3 titled "Incremental Solving", refers to:

but the actual code used in the paper is here:

It seems that we should either change the directory names in clingo, or change the entry in the biblio of the paper.

rkaminsk commented 1 year ago

I can simply remove the opt example because it is superseded by the multishot one. I would not rename multishot to opt because it is a bad name. Better change in the paper.

rkaminsk commented 1 year ago

I removed the old opt example. The intent was to use the multishot example in the paper.