public class SatStableReasoner extends AbstractSatExtensionReasoner
| Constructor and Description |
|---|
SatStableReasoner(net.sf.tweety.logics.pl.sat.SatSolver solver)
Constructs a new stable reasoner.
|
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.tweety.logics.pl.syntax.PlBeliefSet |
getPropositionalCharacterisationBySemantics(DungTheory aaf,
Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> in,
Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> out,
Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> undec)
Returns the semantic-specific propositional characterization of the underlying Dung
theory, see
getPropositionalCharacterisation. |
getModel, getModels, getPropositionalCharacterisationgetSimpleReasonerForSemantics, query, querypublic SatStableReasoner(net.sf.tweety.logics.pl.sat.SatSolver solver)
solver - the SAT solver this reasoner uses.protected net.sf.tweety.logics.pl.syntax.PlBeliefSet getPropositionalCharacterisationBySemantics(DungTheory aaf, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> in, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> out, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> undec)
AbstractSatExtensionReasonergetPropositionalCharacterisation.getPropositionalCharacterisationBySemantics in class AbstractSatExtensionReasoneraaf - the Dung theoryin - propositional variables of in arguments.out - propositional variables of out arguments.undec - propositional variables of undec arguments.getPropositionalCharacterisation.Copyright © 2019. All rights reserved.