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

make compatible with clingo 5.6.0 #111

Closed rkaminsk closed 2 years ago

rkaminsk commented 2 years ago

This removes the CSP related types from NonFactVisitor.ERROR_AST and uses Guard instead of AggregateGuard for newer clingo versions. I decided to simply remove the CSP types because this is kind of a hidden feature that has never been advertised or stable.

daveraja commented 2 years ago

Thanks for the fix.