#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <iomanip>
#include <sstream>
#include <lib/print_version.h>
#include <lib/progname.h>
#include <knight-path/position.h>
#include <knight-path/solver.h>
Go to the source code of this file.
Function Documentation
static double cpu_seconds |
( |
void |
| ) |
[static] |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
static void process |
( |
std::istream & |
f, |
|
|
const solver::pointer & |
how |
|
) |
| [static] |
static void usage |
( |
void |
| ) |
[static] |
Variable Documentation