This commit is contained in:
apostolos 2021-09-09 12:06:02 +03:00 committed by Konstantinos Margaritis
parent 2e6c75c895
commit 5d4adf267d

View File

@ -4,7 +4,6 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <functional> #include <functional>
#include "nfa/shufticompile.h"
int main(){ int main(){
int sizes[]= { 16000, 32000, 64000, 120000, 1600000, 2000000, 2500000, 3500000, 150000000, 250000000, 350000000, 500000000}; int sizes[]= { 16000, 32000, 64000, 120000, 1600000, 2000000, 2500000, 3500000, 150000000, 250000000, 350000000, 500000000};