Documentation

Complexitylib.SAT.Tseitin.Machine

Polynomial-time Tseitin reduction machine #

This surface module exposes the concrete deterministic machine implementing the total encoded CNF-SAT-to-3SAT reduction. Its explicit quartic time bound includes validation, register initialization, valid-input transformation, and the fixed malformed-input fallback.

Main results #

The concrete Tseitin reduction machine computes the total encoded reduction within an explicit quartic time bound.

The total encoded CNF-SAT-to-3SAT reduction is polynomial-time computable.