Package org.tweetyproject.arg.adf.reasoner.sat.generator


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