Uses of Interface
org.tweetyproject.logics.commons.analysis.ConsistencyWitnessProvider
-
Uses of ConsistencyWitnessProvider 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
Abstract class for specifying SAT solvers.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.