Class LingelingSatSolver

java.lang.Object
org.tweetyproject.sat.lingeling.LingelingSatSolver
All Implemented Interfaces:
AutoCloseable, SatSolver

public final class LingelingSatSolver extends Object implements SatSolver
This class provides an implementation of the `SatSolver` interface using the Lingeling SAT solver. The Lingeling SAT solver is a state-of-the-art solver for boolean satisfiability problems.

This class handles the interaction with the native Lingeling solver via bindings, allowing for the creation of variables, addition of clauses, and checking satisfiability under assumptions.

Author: [Your Name]