Logical icon indicating copy to clipboard operation
Logical copied to clipboard

Supporting lazy sequences

Open StrykerKKD opened this issue 7 years ago • 0 comments

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.

StrykerKKD avatar Mar 22 '19 23:03 StrykerKKD