Class PicosatSatSolver

java.lang.Object
org.tweetyproject.sat.picosat.PicosatSatSolver
All Implemented Interfaces:
AutoCloseable, SatSolver

public final class PicosatSatSolver extends Object implements SatSolver
This class provides an implementation of the `SatSolver` interface using the PicoSAT SAT solver. PicoSAT is a popular and efficient solver for boolean satisfiability problems.

The class manages interactions with the native PicoSAT solver via bindings, allowing for the creation of variables, addition of clauses, and checking of satisfiability.