CRT approach to constraint satisfaction. A scheduling problem over N = 214,414,200 slots becomes 7 independent sub-problems over moduli {8, 9, 25, 49, 11, 13, 17}. Total per-channel checks: 8+9+25+49+11+13+17 = 132 vs 214.4M brute force. Search space reduction when constraints factor independently across channels.
Number of tasks (1-100):
Each task gets a unique CRT address. All pairs checked for collision. Red = data channels. Green = parity channels.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.