Program that finds all minimal solutions to Absurdle, an adversarial version of Wordle.
Written in Rust using Rayon for parallelism.
To prove that there are no 3-word solutions. (Very fast)
cargo run --release -- --permutations 2
To generate all 4-word solutions. (Roughly 8 hours on an Apple M3 Max)
cargo run --release -- --permutations 3