Uses of Class
org.tweetyproject.logics.pl.sat.MaxSatSolver
Packages that use MaxSatSolver
-
Uses of MaxSatSolver in org.tweetyproject.arg.dung.reasoner
Constructors in org.tweetyproject.arg.dung.reasoner with parameters of type MaxSatSolverModifierConstructorDescriptionSeemAcceptabilityReasoner
(MaxSatSolver maxSatSolver, Semantics semantics, InferenceMode inferenceMode) Creates a new IaqAcceptabilityReasoner. -
Uses of MaxSatSolver in org.tweetyproject.logics.pl.sat
Subclasses of MaxSatSolver in org.tweetyproject.logics.pl.satModifier and TypeClassDescriptionclass
Generic class for Dimacs-based MaxSAT solvers.class
Provides an interface to the open-wbo MaxSAT solver, see https://github.com/sat-group/open-wbo.