Class ScreenedRemainderSets

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Collection<ASPRule>>, Collection<Collection<ASPRule>>, Set<Collection<ASPRule>>

public class ScreenedRemainderSets extends RemainderSets<ASPRule>
This class represents the set of Screened Consistent Remainder Sets as defined in [1]. A screened remainder set X of P regarding a set of sentences R \subseteq P is a set X s.t. (1) R \subseteq X \subseteq P, (2) X is consistent and (3) there is no proper superset X' of X in P that is also consistent. [1] Kruempelmann, Patrick und Gabriele Kern-Isberner: Belief Base Change Operations for Answer Set Programming. In: Cerro, Luis Farinas, Andreas Herzig und Jerome Mengin (Herausgeber): Proceedings of the 13th European conference on Logics in Artificial Intelligence, Band 7519, Seiten 294-306, Toulouse, France, 2012. Springer Berlin Heidelberg.
Author:
Sebastian Homann
See Also: