Hi everyone, >From playing around a bit around with delta iterations, I saw that you can >update elements from the solution set and add new elements. My question is: is >it possible to remove elements from the solution set (apart from marking them >as "deleted" somehow)?
My use case at hand for this is the following: In each iteration, I generate candidate solutions that I want to verify within the next iteration. If verification fails, I would like to remove them from the solution set, otherwise retain them. Thanks, Sebastian