This commit is contained in:
2024-05-11 19:44:32 +02:00
parent 0d071b1cf9
commit 2975006972
10 changed files with 201 additions and 32 deletions

View File

@@ -6,9 +6,9 @@
#include <iostream>
#include <vector>
static constexpr int EXECUTION_COUNT = 100;
static constexpr int EXECUTION_COUNT = 10;
static constexpr int KERNEL_CHECKS = 100;
static constexpr int MATRIX_MAX_SIZE = 100;
static constexpr int MATRIX_MAX_SIZE = 10;
static const Solver solver;