FIXED THAT FUCKING BUG

This commit is contained in:
Maieul BOYER 2024-09-04 16:01:07 +00:00
parent 1b2f2d6d1b
commit d4ea200c1c

View file

@ -25,8 +25,8 @@
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
static const t_u32 MAX_VERSION_COUNT = 1; static const t_u32 MAX_VERSION_COUNT = 4;
static const t_u32 MAX_VERSION_COUNT_OVERFLOW = 1; static const t_u32 MAX_VERSION_COUNT_OVERFLOW = 6;
static const t_u32 MAX_SUMMARY_DEPTH = 1; static const t_u32 MAX_SUMMARY_DEPTH = 1;
static const t_u32 MAX_COST_DIFFERENCE = 16 static const t_u32 MAX_COST_DIFFERENCE = 16
* ERROR_COST_PER_SKIPPED_TREE; * ERROR_COST_PER_SKIPPED_TREE;