From bfb7b1ab9d2c85a256c42c006060ffe7c2652638 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 12 Mar 2025 16:40:07 +0100 Subject: Revert API change --- src/nissy.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nissy.h') diff --git a/src/nissy.h b/src/nissy.h index 9c26292..6c5a3e6 100644 --- a/src/nissy.h +++ b/src/nissy.h @@ -257,9 +257,6 @@ Solve the given cube using the given solver and options. Parameters: cube - The cube to solver, in B32 format. solver - The name of the solver. - options - Extra options for the solver. Some solver require additional - parameters, some do not. For example, a coordinate solver - may require an "axis" (UD, FB, RL) as a parameter. nissflag - The flags for NISS (linear, inverse, mixed, or combinations). minmoves - The minimum number of moves for a solution. maxmoves - The maximum number of moves for a solution. @@ -293,7 +290,6 @@ long long nissy_solve( const char cube[static NISSY_SIZE_B32], const char *solver, - const char *options, unsigned nissflag, unsigned minmoves, unsigned maxmoves, -- cgit v1.3