Uses of Class
org.tweetyproject.lp.asp.reasoner.ASPSolver
Packages that use ASPSolver
Package
Description
-
Uses of ASPSolver in org.tweetyproject.action.description.analysis
Constructors in org.tweetyproject.action.description.analysis with parameters of type ASPSolverModifierConstructorDescriptionCActionDescriptionConsistencyTester
(ASPSolver aspsolver) Creates a new consistency tester which will use the given answer set solver. -
Uses of ASPSolver in org.tweetyproject.action.description.reasoner
Constructors in org.tweetyproject.action.description.reasoner with parameters of type ASPSolverModifierConstructorDescriptionCTransitionSystemCalculator
(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
Constructors in org.tweetyproject.action.query.analysis with parameters of type ASPSolverModifierConstructorDescriptionSActionQuerySatisfactionTester
(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
Fields in org.tweetyproject.lp.asp.analysis declared as ASPSolverConstructors in org.tweetyproject.lp.asp.analysis with parameters of type ASPSolverModifierConstructorDescriptionPmInconsistencyMeasure
(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
Constructors in org.tweetyproject.lp.asp.beliefdynamics.baserevision with parameters of type ASPSolverModifierConstructorDescriptionELPBaseRevisionOperator
(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
Methods in org.tweetyproject.lp.asp.beliefdynamics.gui with parameters of type ASPSolverConstructors in org.tweetyproject.lp.asp.beliefdynamics.gui with parameters of type ASPSolver -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.revision
Methods in org.tweetyproject.lp.asp.beliefdynamics.revision with parameters of type ASPSolverConstructors in org.tweetyproject.lp.asp.beliefdynamics.revision with parameters of type ASPSolverModifierConstructorDescriptionCredibilityRevision
(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
Constructors in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision with parameters of type ASPSolverModifierConstructorDescriptionParameterisedArgumentativeSelectiveRevisionOperator
(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
Subclasses of ASPSolver in org.tweetyproject.lp.asp.reasonerModifier 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.