aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-25 12:11:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-25 12:11:34 +0200
commit238702e7dd860af59d22f33cbfe163f28c3beb4e (patch)
tree577adc495c4e5284f357e44e2877e8c848d79a24 /cpp/nissy.h
parente1690a427040f710de5643643d7c6226c1b2364f (diff)
downloadnissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.tar.gz
nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.zip
Cleanup
Diffstat (limited to '')
-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