diff options
Diffstat (limited to '')
| -rw-r--r-- | cpp/nissy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h index db8ba5f..4b9c1c9 100644 --- a/cpp/nissy.h +++ b/cpp/nissy.h | |||
| @@ -91,8 +91,8 @@ namespace nissy { | |||
| 91 | error check_data(); | 91 | error check_data(); |
| 92 | void unload_data(); | 92 | void unload_data(); |
| 93 | solve_result solve(const cube&, nissflag, unsigned minmoves, | 93 | solve_result solve(const cube&, nissflag, unsigned minmoves, |
| 94 | unsigned maxmoves, unsigned maxsols, int optimal, | 94 | unsigned maxmoves, unsigned maxsols, unsigned optimal, |
| 95 | int threads); | 95 | unsigned threads); |
| 96 | 96 | ||
| 97 | static std::variant<solver, error> get(const std::string&); | 97 | static std::variant<solver, error> get(const std::string&); |
| 98 | private: | 98 | private: |
