Mod graph by invariances

This commit is contained in:
Florian Stecker
2016-11-11 17:07:45 +01:00
parent 03854910b9
commit 993ccfd457
10 changed files with 709 additions and 172 deletions

View File

@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#define QUEUE_SIZE 2000
#define QUEUE_SIZE 5000
#define ERROR(condition, msg, ...) if(condition){fprintf(stderr, msg, ##__VA_ARGS__); exit(1);}