Uses of Interface
org.tweetyproject.logics.commons.analysis.ConsistencyWitnessProvider
-
Packages that use ConsistencyWitnessProvider Package Description org.tweetyproject.logics.pl.sat -
-
Uses of ConsistencyWitnessProvider in org.tweetyproject.logics.pl.sat
Classes in org.tweetyproject.logics.pl.sat that implement ConsistencyWitnessProvider Modifier and Type Class Description classCmdLineSatSolverThis class offers a generic wrapper for command line based SAT solvers.classMaxSatSolverProvides a generic class for implementing MaxSAT solvers, i.e.classOpenWboSolverProvides an interface to the open-wbo MaxSAT solver, see https://github.com/sat-group/open-wbo.classSat4jSolverUses the Sat4j library for SAT solving (note that currently only the light version is used).classSatSolverAbstract class for specifying SAT solvers.classSimpleDpllSolverThis 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.
-