A library for determining the satisfiability of boolean formulas written in conjunctive normal form, developed to support investigation into solvers by researchers, developers, or anyone curious.
//! Implementation details of the [literal trait](Literal) for the [ABLiteral] structure.
usecrate::{structures::atom::Atom,structures::literal::{ABLiteral, Literal},};