Uses of Class
org.tweetyproject.lp.asp.reasoner.ASPSolver
Package
Description
-
Uses of ASPSolver in org.tweetyproject.action.description.analysis
ModifierConstructorDescriptionCActionDescriptionConsistencyTester
(ASPSolver aspsolver) Creates a new consistency tester which will use the given answer set solver. -
Uses of ASPSolver in org.tweetyproject.action.description.reasoner
ModifierConstructorDescriptionCTransitionSystemCalculator
(ASPSolver aspsolver) Creates a new transition system calculator with the given interface to an answer set solver. -
Uses of ASPSolver in org.tweetyproject.action.query.analysis
ModifierConstructorDescriptionSActionQuerySatisfactionTester
(ASPSolver aspsolver) Creates a new instance of this satisfaction tester using the given answer set solver. -
Uses of ASPSolver in org.tweetyproject.lp.asp.analysis
ModifierConstructorDescriptionPmInconsistencyMeasure
(ASPSolver solver) Creates a new inconsistency measure based on the given solver.SdInconsistencyMeasure
(ASPSolver solver) Creates a new inconsistency measure based on the given solver. -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.baserevision
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.ScreenedRemainderSets
(Program p, Program r, ASPSolver solver) Creates a new set of screened remainder sets of program p that all contain the screened rules r. -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.gui
Modifier and TypeMethodDescriptionvoid
Sets theASPSolver
instance for thisSimpleRevisionCompareModel
instance.ModifierConstructorDescriptionSimpleRevisionCompareModel
(ASPSolver solver) Constructs aSimpleRevisionCompareModel
instance with the specified ASP solver. -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.revision
Modifier and TypeMethodDescriptionvoid
Sets theASPSolver
instance for thisPreferenceHandling
instance.ModifierConstructorDescriptionCredibilityRevision
(ASPSolver solver) Ctor: setting the solver at construction timeCredibilityRevision
(ASPSolver solver, int maxInt) Constructs aCredibilityRevision
instance with the specified ASP solver and maximum integer value.PreferenceHandling
(ASPSolver solver) Constructs aPreferenceHandling
instance with the specified ASP solver and a default maximum integer value of 5.PreferenceHandling
(ASPSolver solver, int maxInt) Constructs aPreferenceHandling
instance with the specified ASP solver and maximum integer value. -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision
ModifierConstructorDescriptionParameterisedArgumentativeSelectiveRevisionOperator
(ASPSolver solver, AttackStrategy attackRelation, AttackStrategy defenseRelation, ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType type) Constructs a new selective revision operator using the given attack relations and a asp solver. -
Uses of ASPSolver in org.tweetyproject.lp.asp.reasoner
Modifier and TypeClassDescriptionclass
Invokes Clingo (Part of the Potassco project), an ASP system that grounds and solves logic programs, and returns computed answer sets.class
Wrapper class for the DLV answer set solver command line utility.