nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit 8028f9d13a5bf776e2f62581781b247d2d4ae65f
parent ad1e483787cbc3aeb62c9afb9e31520df5a4b559
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 15 Apr 2025 09:35:41 +0200

Fixed a woopsie

Diffstat:
Mcpp/nissy.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/nissy.h b/cpp/nissy.h @@ -84,7 +84,7 @@ namespace nissy { size_t size; std::string id; std::vector<std::byte> data; - bool data_checked; + bool data_checked{false}; error generate_data(); void read_data(std::ifstream&);