@[reducible, inline]
A clause in a CNF.
The literal (i, b)
is satisfied if the assignment to i
agrees with b
.
Instances For
@[reducible, inline]
A CNF formula.
Literals are identified by members of α
.
Instances For
Evaluating a Clause
with respect to an assignment a
.
Equations
- Std.Sat.CNF.Clause.eval a c = List.any c fun (x : Std.Sat.Literal α) => match x with | (i, n) => a i == n
Instances For
@[simp]
Instances For
Instances For
Variable v
occurs in CNF
formula f
.
Instances For
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