From 238702e7dd860af59d22f33cbfe163f28c3beb4e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 25 May 2025 12:11:34 +0200 Subject: Cleanup --- cpp/nissy.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/nissy.h') 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 { public: struct solve_result { error err; - std::vector solutions; - std::array stats; + std::string solutions; }; const std::string name; -- cgit v1.3