Uses of Interface
org.tweetyproject.sat.SatSolver
Packages that use SatSolver
Package
Description
-
Uses of SatSolver in org.tweetyproject.sat.lingeling
Classes in org.tweetyproject.sat.lingeling that implement SatSolverModifier and TypeClassDescriptionfinal class
This class provides an implementation of the `SatSolver` interface using the Lingeling SAT solver. -
Uses of SatSolver in org.tweetyproject.sat.minisat
Classes in org.tweetyproject.sat.minisat that implement SatSolverModifier and TypeClassDescriptionfinal class
This class provides an implementation of the `SatSolver` interface using the MiniSat SAT solver. -
Uses of SatSolver in org.tweetyproject.sat.picosat
Classes in org.tweetyproject.sat.picosat that implement SatSolverModifier and TypeClassDescriptionfinal class
This class provides an implementation of the `SatSolver` interface using the PicoSAT SAT solver.