logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

freecell-solver-range-parallel-solve - The Freecell Solver utility for solving a range of Microsoft

Author

       Shlomi Fish, <http://www.shlomifish.org/> .

Freecell Solver 5.0.0                              2025-03-07                                           HOOLA(6)

Description

freecell-solver-range-parallel-solve is a command line application that solves a range of Freecell deals
       of Microsoft Freecell and Freecell Pro.

       start is the first board to solve; end is the last (inclusive) and print_step is the division of board
       numbers in which to print a status message.

       Following this three mandatory parameters are several flags specific to the range solve. (refer to the
       OPTIONS section for more information)

       Afterwards one can give it a fc-solve command line that it will use to solve each board. Refer to the fc-solve(6) man page for information about its options.

Name

       freecell-solver-range-parallel-solve - The Freecell Solver utility for solving a range of Microsoft
       Freecell/Freecell Pro Boards

Options

--binary-output-to sets the filename into which to output the number of iterations it took to solve each
       board. This file can later be used with statistical preset optimizers such as those found in the Freecell
       Solver version control repository.

See Also

fc-solve(6)

Synopsis

       freecell-solver-range-parallel-solve startendprint_step[--binary-output-tofilename] [fc-solve
       Arguments...]

See Also