Expand description
AC-3 worklist propagation using the adjacency graph.
Uses a bitset worklist for lower overhead than VecDeque + Vec
Structs§
- Bitset
Worklist - A simple bitset worklist — O(1) insert/membership, O(words) scan for next.
Functions§
- ac3_
full - Run AC-3 propagation over all constraints.