Knight-Path 1.0.D018
Functions | Variables

/home/archives/knight-path/branch.1/branch.0/delta5682.018/knight-path/main.cc File Reference

#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.

Functions

static double cpu_seconds (void)
static void process (std::istream &f, const solver::pointer &how)
static void usage (void)
int main (int argc, char **argv)

Variables

static bool print_seconds
static bool print_board

Function Documentation

static double cpu_seconds ( void  ) [static]

Definition at line 41 of file main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 165 of file main.cc.

static void process ( std::istream &  f,
const solver::pointer how 
) [static]

Definition at line 69 of file main.cc.

static void usage ( void  ) [static]

Definition at line 155 of file main.cc.


Variable Documentation

bool print_board [static]

Definition at line 37 of file main.cc.

bool print_seconds [static]

Definition at line 36 of file main.cc.