Uses of Class
org.tweetyproject.logics.pl.sat.SatSolver
Package
Description
-
Uses of SatSolver in org.tweetyproject.arg.dung.reasoner
ModifierConstructorDescriptionInstantiates a new reasoner that uses the given SAT solverSatCompleteReasoner
(SatSolver solver) Constructs a new complete reasoner.SatStableReasoner
(SatSolver solver) Constructs a new stable reasoner.SeeAcceptabilityReasoner
(SatSolver satSolver, Semantics semantics, InferenceMode inferenceMode) Creates a new IaqAcceptabilityReasoner. -
Uses of SatSolver in org.tweetyproject.logics.pl.analysis
ModifierConstructorDescriptionCreate a new ContensionSatInconsistencyMeasure with the given SAT solver.DHitSatInconsistencyMeasure
(SatSolver solver) Create a new DHitSatInconsistencyMeasure with the given SAT solver.DMaxSatInconsistencyMeasure
(SatSolver solver) Create a new DMaxSatInconsistencyMeasure with the given SAT solver.DSumSatInconsistencyMeasure
(SatSolver solver) Create a new DSumSatInconsistencyMeasure with the given SAT solver.HsSatInconsistencyMeasure
(SatSolver solver) Create a new HsSatInconsistencyMeasure with the given SAT solver.Create a new SAT-based inconsistency measure with the given SAT solver. -
Uses of SatSolver in org.tweetyproject.logics.pl.sat
Modifier and TypeClassDescriptionclass
This class offers a generic wrapper for command line based SAT solvers.class
Generic class for Dimacs-based MaxSAT solvers.class
Interface for SAT solvers which work on the Dimacs format.class
Provides a generic class for implementing MaxSAT solvers, i.e.class
Provides an interface to the open-wbo MaxSAT solver, see https://github.com/sat-group/open-wbo.class
Uses the Sat4j library for SAT solving (note that currently only the light version is used).class
This class provides a simple reference implementation of the DPLL (Davis–Putnam–Logemann–Loveland) algorithm for satisfiability testing, see e.g https://en.wikipedia.org/wiki/DPLL_algorithm.Modifier and TypeMethodDescriptionstatic SatSolver
SatSolver.getDefaultSolver()
Returns the default SAT solver.
If a default SAT solver has been configured this solver is returned by this method.Modifier and TypeMethodDescriptionstatic void
SatSolver.setDefaultSolver
(SatSolver solver) Sets the default SAT solver.