Uses of Interface
org.tweetyproject.logics.commons.analysis.ConsistencyWitnessProvider
Packages that use ConsistencyWitnessProvider
- 
Uses of ConsistencyWitnessProvider in org.tweetyproject.logics.pl.satClasses in org.tweetyproject.logics.pl.sat that implement ConsistencyWitnessProviderModifier and TypeClassDescriptionclassThis class offers a generic wrapper for command line based SAT solvers.classGeneric class for Dimacs-based MaxSAT solvers.classInterface for SAT solvers which work on the Dimacs format.classProvides a generic class for implementing MaxSAT solvers, i.e.classProvides an interface to the open-wbo MaxSAT solver, see https://github.com/sat-group/open-wbo.classUses the Sat4j library for SAT solving (note that currently only the light version is used).classAbstract class for specifying SAT solvers.classThis 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.