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