This commit is contained in:
2025-10-09 15:53:58 +02:00
parent dddf8ca632
commit 5f6305a2f2

View File

@@ -9,6 +9,8 @@
#define MAX_DEPTH 8
#define MAX_POSIBLE_DEPTH 11
static_assert(MAX_DEPTH <= MAX_POSIBLE_DEPTH);
static_assert(180 == sizeof(Dna));
constexpr int SIZE_OF_DNA = sizeof(Dna);
struct Branch
{