aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nissy.h4
1 files changed, 0 insertions, 4 deletions
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.
257Parameters: 257Parameters:
258 cube - The cube to solver, in B32 format. 258 cube - The cube to solver, in B32 format.
259 solver - The name of the solver. 259 solver - The name of the solver.
260 options - Extra options for the solver. Some solver require additional
261 parameters, some do not. For example, a coordinate solver
262 may require an "axis" (UD, FB, RL) as a parameter.
263 nissflag - The flags for NISS (linear, inverse, mixed, or combinations). 260 nissflag - The flags for NISS (linear, inverse, mixed, or combinations).
264 minmoves - The minimum number of moves for a solution. 261 minmoves - The minimum number of moves for a solution.
265 maxmoves - The maximum number of moves for a solution. 262 maxmoves - The maximum number of moves for a solution.
@@ -293,7 +290,6 @@ long long
293nissy_solve( 290nissy_solve(
294 const char cube[static NISSY_SIZE_B32], 291 const char cube[static NISSY_SIZE_B32],
295 const char *solver, 292 const char *solver,
296 const char *options,
297 unsigned nissflag, 293 unsigned nissflag,
298 unsigned minmoves, 294 unsigned minmoves,
299 unsigned maxmoves, 295 unsigned maxmoves,

Generated with cgit - Back to sebastiano.tronto.net