Uses of Interface
org.tweetyproject.lp.asp.beliefdynamics.baserevision.SelectionFunction
-
Uses of SelectionFunction in org.tweetyproject.lp.asp.beliefdynamics.baserevision
Modifier and TypeClassDescriptionclass
This class implements a monotone global maxichoise selection function for remainder sets of extended logic programs as introduced in [KKI12].ModifierConstructorDescriptionELPBaseRevisionOperator
(ASPSolver solver, SelectionFunction<ASPRule> selection) Constructs anELPBaseRevisionOperator
with the specified ASP solver and selection function.ScreenedMaxichoiceConsolidation
(Program screen, SelectionFunction<ASPRule> selection, ASPSolver solver) Creates a new screened maxi-choice consolidation operator with the given screen, selection function and a link to an answer set solver.