ML-KULeuven / problog

ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.
https://dtai.cs.kuleuven.be/problog/
317 stars 35 forks source link

Can Problog return limit result? #104

Closed junshujiang closed 1 month ago

junshujiang commented 1 year ago

When doing the search, problog looks will return all match result while in prolog, it can actually limit the number of returned result. Is there similar way we can also limit the number of search result in Problog?