Skip to main content

CanonClauses

Type Alias CanonClauses 

Source
pub type CanonClauses = Vec<Vec<(u32, bool)>>;
Expand description

A canonicalized CNF: clauses of (var, polarity) literals, each clause sorted+deduped, the clause list sorted+deduped. The node currency of every cofactor DAG here.

Aliased Typeยง

pub struct CanonClauses { /* private fields */ }