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

Indexing of complex terms #5

Closed daveraja closed 5 years ago

daveraja commented 5 years ago

Allowing indexing of complex terms for a FactBase. Also add a sorting of queries.

daveraja commented 5 years ago

Done. Added an "order_by" operator for querying.