20 lines
398 B
C++
Executable File
20 lines
398 B
C++
Executable File
#include <iostream>
|
|
#include <bitset>
|
|
#include <cstdlib>
|
|
#include <time.h>
|
|
#include <vector>
|
|
#include <algorithm>
|
|
#include <random>
|
|
|
|
#define MAX_ABSTRAX 1
|
|
#define structdebug
|
|
|
|
using namespace std;
|
|
|
|
/**
|
|
* IMPORTANT: Each new layer must be included there, to avoid compile errors
|
|
*/
|
|
#include "functions/AbstractionLayers/Layer1/AbstractionLayer_1.cpp"
|
|
|
|
#include "header/solve.h"
|