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

More deterministic behavior when creating the query plan #115

Closed florianfischer91 closed 1 year ago

florianfischer91 commented 1 year ago

should partially resolve #86

Instead of a default set we use an OrderedSet to get a deterministic behavior when iterating over the sets to find the rootpath joins and clauses for each query sub plan.