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
Lazy sequences make it possible to support negation in infinite domains, where the Set solution is not viable. Lazy sequences is also a good choice, because they are made by generators, which mean that a generator could implement a costume search strategy for the specified domain.
It should be implemented with Base.Sequence, because it's already used in the codebase.
Implementing this could be challenging due to the lazyness.
The text was updated successfully, but these errors were encountered:
Lazy sequences make it possible to support negation in infinite domains, where the Set solution is not viable. Lazy sequences is also a good choice, because they are made by generators, which mean that a generator could implement a costume search strategy for the specified domain.
It should be implemented with Base.Sequence, because it's already used in the codebase.
Implementing this could be challenging due to the lazyness.
The text was updated successfully, but these errors were encountered: