refactor + start optimization
This commit is contained in:
15
cpu-opt/main.cpp
Normal file
15
cpu-opt/main.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user