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) 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
Methods in org.tweetyproject.lp.asp.beliefdynamics.gui with parameters of type ASPSolverModifier and TypeMethodDescriptionvoid
Sets theASPSolver
instance for thisSimpleRevisionCompareModel
instance.Constructors in org.tweetyproject.lp.asp.beliefdynamics.gui with parameters of type ASPSolverModifierConstructorDescriptionSimpleRevisionCompareModel
(ASPSolver solver) Constructs aSimpleRevisionCompareModel
instance with the specified ASP solver. -
Uses of ASPSolver in org.tweetyproject.lp.asp.beliefdynamics.revision
Methods in org.tweetyproject.lp.asp.beliefdynamics.revision with parameters of type ASPSolverModifier and TypeMethodDescriptionvoid
Sets theASPSolver
instance for thisPreferenceHandling
instance.Constructors 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) 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
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.