You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs claim that any can have an n > 1. However, the logic in satisfies() doesn't support this properly, because it doesn't handle disjoint logic yet. Right now, all the subcriteria in an any criterion are evaluated individually, but with no attempt to prevent their resolutions from overlapping.
The text was updated successfully, but these errors were encountered:
Docs claim that
any
can have ann
> 1. However, the logic insatisfies()
doesn't support this properly, because it doesn't handle disjoint logic yet. Right now, all the subcriteria in anany
criterion are evaluated individually, but with no attempt to prevent their resolutions from overlapping.The text was updated successfully, but these errors were encountered: