dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Timeout for Reasoners #69

Closed Demirrr closed 3 weeks ago

Demirrr commented 3 weeks ago

Can we introduce a timeout parameter for the reasoners? Ideally, we should ensure that the instance retrieval should not take more than the timeout

alkidbaci commented 3 weeks ago

So it should either return the instances before the timeout or return a error message that the timeout is exceeded? Should this parameter be relevant only for the instances method or for every method of the reasoner that retrieves something?

Demirrr commented 3 weeks ago

I guess It should return an empty set. For the time being, we should only focus on instance retrieval. Thank you :)