PuzzleSolver/Source/header.h
Raphael Maenle 9863c8b9e8 created Preprocessing check if true
deactivate in header.h
2018-01-20 11:58:32 +01:00

14 lines
259 B
C++
Executable File

#pragma once
#include <iostream>
#include <bitset>
#include <cstdlib>
#include <time.h>
#include <vector>
#include <algorithm>
#include <random>
#define PREPRO_CHECK false
using namespace std;
#include "header/input.h"
#include "header/solve.h"