potassco / clorm

🗃️ A Python ORM-like interface for the Clingo Answer Set Programming (ASP) reasoner
https://clorm.readthedocs.io
MIT License
52 stars 5 forks source link

Update Clorm to work with Clingo 5.6 #109

Closed daveraja closed 2 years ago

daveraja commented 2 years ago

There is at least one issue preventing clorm from working with Clingo 5.6.

Clingo 5.6 makes some changes to the AST, so this is throwing an exception a missing CspProduct attribute exception in the clorm unit tests. There may be other problems.

daveraja commented 2 years ago

Thanks to @rkaminsk for taking care of this with PR #111