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) 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
-
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.revision
ModifierConstructorDescriptionCredibilityRevision
(ASPSolver solver) Ctor: setting the solver at construction timeCredibilityRevision
(ASPSolver solver, int maxInt) PreferenceHandling
(ASPSolver solver) PreferenceHandling
(ASPSolver solver, int maxInt) -
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.