2ef3f164c7
Changed for loops to auto range, changed returns to bool literals, changed return of constructor to more basic call. added dP calculation, save of the per piece runtime is still missing in puzzlebox or constraint matrix.
16 lines
265 B
C++
Executable File
16 lines
265 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;
|
|
|
|
#include "header/input.h"
|
|
#include "header/solve.h"
|