Expand description
Proof checker for Varisat proofs.
Modules§
- internal
- Varisat internal interface used for on-the-fly checking.
Structs§
- Checked
User Var - Corresponding user variable for a proof variable.
- Checker
- A checker for unsatisfiability proofs in the native varisat format.
- Checker
Data - Checker data available to proof processors.
- Resolution
Propagations - A list of clauses to resolve and propagations to show that the resolvent is an AT.
Enums§
- Checked
Proof Step - A single step of a proof.
- Checked
Sampling Mode - Sampling mode of a user variable.
- Checker
Error - Possible errors while checking a varisat proof.
- Proof
Transcript Step - Step of a proof transcript.
Traits§
- Proof
Processor - Implement to process proof steps.
- Proof
Transcript Processor - Implement to process transcript steps.