Prover9 FOF Reduction

    set(fof_reduction).
Attempts to reduce a problem to a set of independent subproblems.

An Extreme Example

Without FOF reduction:

prover9 -f andrews-0.in > andrews-0.out
With FOF reduction:
prover9 -f andrews.in > andrews.out

Notes