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, 1 insertions, 2 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h
index 884043d..817307c 100644
--- a/cpp/nissy.h
+++ b/cpp/nissy.h
@@ -79,8 +79,7 @@ namespace nissy {
79 public: 79 public:
80 struct solve_result { 80 struct solve_result {
81 error err; 81 error err;
82 std::vector<std::string> solutions; 82 std::string solutions;
83 std::array<long long, 10> stats;
84 }; 83 };
85 84
86 const std::string name; 85 const std::string name;

Generated with cgit - Back to sebastiano.tronto.net