aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-08 09:43:15 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-08 09:43:15 +0200
commit82904137aff5a7de8b9aee55485c1b0217e0b2e6 (patch)
treeaa0837e6f2fd17d34fe2f66bafa49f631fac65b1 /src
parentc90781c8602bd2ff17270105c98277ac79665ac8 (diff)
downloadnissy-core-82904137aff5a7de8b9aee55485c1b0217e0b2e6.tar.gz
nissy-core-82904137aff5a7de8b9aee55485c1b0217e0b2e6.zip
Added solver documentation
Diffstat (limited to 'src')
-rw-r--r--src/nissy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nissy.h b/src/nissy.h
index 2785e00..b5abc15 100644
--- a/src/nissy.h
+++ b/src/nissy.h
@@ -346,7 +346,7 @@ Solve the given cube using the given solver and options.
346 346
347Parameters: 347Parameters:
348 cube - The cube to solver. 348 cube - The cube to solver.
349 solver - The name of the solver. 349 solver - The name of the solver. See doc/solvers.md for a list.
350 nissflag - The flags for NISS (linear, inverse, mixed, or 350 nissflag - The flags for NISS (linear, inverse, mixed, or
351 combinations; see the constants at the top of this file). 351 combinations; see the constants at the top of this file).
352 minmoves - The minimum number of moves for a solution. 352 minmoves - The minimum number of moves for a solution.

Generated with cgit - Back to sebastiano.tronto.net