Uses of Class
org.tweetyproject.logics.pl.sat.DimacsSatSolver
Packages that use DimacsSatSolver
-
Uses of DimacsSatSolver in org.tweetyproject.arg.dung.reasoner
Constructors in org.tweetyproject.arg.dung.reasoner with parameters of type DimacsSatSolverModifierConstructorDescriptionFudgeAcceptabilityReasoner(DimacsSatSolver satSolver) Creates a new FudgeAcceptabilityReasoner. -
Uses of DimacsSatSolver in org.tweetyproject.logics.pl.sat
Subclasses of DimacsSatSolver in org.tweetyproject.logics.pl.satModifier and TypeClassDescriptionclassThis class offers a generic wrapper for command line based SAT solvers.classUses the Sat4j library for SAT solving (note that currently only the light version is used).