Package org.tweetyproject.arg.adf.reasoner.sat.generator
package org.tweetyproject.arg.adf.reasoner.sat.generator
-
ClassDescriptionThe
AbstractCandidateGeneratoris an abstract class that provides a base implementation for generating candidate interpretations using a SAT solver state.TheCandidateGeneratorinterface defines a contract for generating interpretations (candidates) using SAT solvers.TheConflictFreeGeneratoris an abstract class responsible for generating conflict-free interpretations in the context of abstract dialectical frameworks (ADFs).GroundGenerator classTheModelGeneratoris an abstract class responsible for generating two-valued model interpretations in the context of abstract dialectical frameworks (ADFs).