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 MaxSatSolverModifierConstructorDescriptionCreates a new reasoner using the given MaxSAT solver.Creates a new reasoner using the given MaxSAT solver.MaxSatKStableAstReasoner(MaxSatSolver solver) Creates a new reasoner using the given MaxSAT solver.MaxSatKStableReasoner(MaxSatSolver solver) Creates a new reasoner using the given MaxSAT solver.SeemAcceptabilityReasoner(MaxSatSolver maxSatSolver, Semantics semantics, InferenceMode inferenceMode) Creates a new SEEM acceptability reasoner. -
Uses of MaxSatSolver in org.tweetyproject.logics.pl.sat
Subclasses of MaxSatSolver in org.tweetyproject.logics.pl.satModifier and TypeClassDescriptionclassGeneric class for Dimacs-based MaxSAT solvers.classProvides an interface to the open-wbo MaxSAT solver, see https://github.com/sat-group/open-wbo.