Expand description
AC-3 worklist propagation using the adjacency graph.
Uses a bitset worklist for lower overhead than VecDeque + Vec
Functionsยง
- ac3_
from_ variable - Run AC-3 propagation seeded from a single variable assignment (MAC).
- ac3_
full - Run AC-3 propagation over all constraints.