PuzzleSolver/Source/header.h
2017-12-20 23:15:17 +01:00

20 lines
470 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.h"
#include "functions/AbstractionLayers/DestructionPower/DestructionPower.h"
#include "header/solve.h"