@[reducible, inline]
A clause in a CNF.
The literal (i, b)
is satisfied if the assignment to i
agrees with b
.
Equations
Instances For
@[reducible, inline]
A CNF formula.
Literals are identified by members of α
.
Equations
Instances For
instance
Std.Sat.CNF.Clause.instDecidableMemOfDecidableEq
{α : Type u_1}
{v : α}
{c : Clause α}
[DecidableEq α]
:
Equations
instance
Std.Sat.CNF.instDecidableMemOfDecidableEq
{α : Type u_1}
{v : α}
{f : CNF α}
[DecidableEq α]
:
Equations
theorem
Std.Sat.CNF.mem_of
{α✝ : Type u_1}
{f : CNF α✝}
{c : Clause α✝}
{v : α✝}
(h : c ∈ f)
(w : Clause.Mem v c)
:
Mem v f