Commit 266ebb97 authored by kazushi.kawamura's avatar kazushi.kawamura

Fix a little

parent 5164aff7
...@@ -46,8 +46,8 @@ using namespace std; ...@@ -46,8 +46,8 @@ using namespace std;
#define MAX_WEIGHT 255 // Max weight #define MAX_WEIGHT 255 // Max weight
#define BOARDSTR_SIZE 41472 // Size of I/O #define BOARDSTR_SIZE 41472 // Size of I/O
#define PP 4 // Parameter for Parallel shifting in queue push #define PP 32 // Parameter for Parallel shifting in queue push
#define LOG_PP 2 // LOG_PP is log2(PP) #define LOG_PP 5 // LOG_PP is log2(PP)
#ifdef USE_RANDOM_NUM #ifdef USE_RANDOM_NUM
// For random num generation // For random num generation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment