aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/nissy.h')
-rw-r--r--cpp/nissy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h
index 7ab466d..448704e 100644
--- a/cpp/nissy.h
+++ b/cpp/nissy.h
@@ -84,10 +84,11 @@ namespace nissy {
84 size_t size; 84 size_t size;
85 std::string id; 85 std::string id;
86 std::vector<std::byte> data; 86 std::vector<std::byte> data;
87 bool data_checked;
87 88
88 error generate_data(); 89 error generate_data();
89 void read_data(std::ifstream&); 90 void read_data(std::ifstream&);
90 error check_data() const; 91 error check_data();
91 void unload_data(); 92 void unload_data();
92 solve_result solve(const cube&, nissflag, unsigned minmoves, 93 solve_result solve(const cube&, nissflag, unsigned minmoves,
93 unsigned maxmoves, unsigned maxsols, int optimal, 94 unsigned maxmoves, unsigned maxsols, int optimal,

Generated with cgit - Back to sebastiano.tronto.net