This commit is contained in:
Nikita Vasilev 2021-04-29 21:54:54 +03:00
parent 4ddabcbc5f
commit c8e84928b9

View File

@ -22,7 +22,7 @@ namespace
{
const String COMPONENT = "__constraint_component_";
constexpr UInt64 COLUMN_PENALTY = 0; //1024 * 1024 * 10;
constexpr UInt64 COLUMN_PENALTY = 10 * 1024 * 1024;
//constexpr size_t MAX_COMPONENTS_FOR_BRUTEFORCE = 10;
class ComponentMatcher