Interface Literal


public interface Literal
The Literal interface represents a logical literal, which can be either a positive or negative proposition. Literals are fundamental components in propositional logic and SAT solvers. They can be used to construct clauses, represent assumptions, and encode constraints.

Author:
Mathias Hofer