recognition /
Complexity /
Complexity.SAT.Backprop /
explainer
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
32 def valueOfLit {n} (σ : PartialAssignment n) : Lit n → Option Bool
33 | .pos v => σ v
34 | .neg v => Option.map not (σ v)
35
36 /-- Evaluate a clause under a partial assignment: returns `some b` if all literals
37 are known, otherwise none. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
all
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
all
in IndisputableMonolith.Anthropology.KinshipGraphCohomology
decl_use
PartialAssignment
in IndisputableMonolith.Complexity.SAT.Backprop
decl_use
Lit
in IndisputableMonolith.Complexity.SAT.CNF
decl_use
neg
in IndisputableMonolith.Cryptography.ECDLPWatch
decl_use
all
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
neg
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
neg
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
map
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
all
in IndisputableMonolith.Musicology.ModalPreferenceFromPhi
decl_use
neg
in IndisputableMonolith.Numerics.Interval.Basic
decl_use
neg
in IndisputableMonolith.RecogSpec.Core
decl_use