Interface IndexedSatSolverState

All Superinterfaces:
AutoCloseable

public interface IndexedSatSolverState extends AutoCloseable
The IndexedSatSolverState interface represents a state of a SAT solver with indexed literals. It provides methods for querying satisfiability, retrieving the truth values of literals, and managing clauses within the solver state. This interface extends AutoCloseable to ensure proper resource management.
Author:
Matthias Thimm