diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-25 12:11:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-25 12:11:34 +0200 |
| commit | 238702e7dd860af59d22f33cbfe163f28c3beb4e (patch) | |
| tree | 577adc495c4e5284f357e44e2877e8c848d79a24 /cpp/nissy.h | |
| parent | e1690a427040f710de5643643d7c6226c1b2364f (diff) | |
| download | nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.tar.gz nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.zip | |
Cleanup
Diffstat (limited to '')
| -rw-r--r-- | cpp/nissy.h | 3 |
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; |
