refactor + start optimization

This commit is contained in:
2019-11-25 21:46:07 -05:00
parent 69b0c579cc
commit 26a8c5cd02
10 changed files with 363 additions and 134 deletions

15
cpu-opt/main.cpp Normal file
View File

@@ -0,0 +1,15 @@
#include <cstdlib>
using Gen=int;
using Cos=int;
struct Rels {
Gen *gen[2];
int *size; // multiplicity * 2
};
int main(int argc, char *argv[]) {
return EXIT_SUCCESS;
}