Knight's Tour Generator
Tourneys and the Fast Generation and Obfuscation of Closed Knight's Tours
Functions
Task.h File Reference

Header for task functions. More...

#include "Defines.h"

Go to the source code of this file.

Functions

bool StartTask (Task task, const CTourneyDesc &t, int nNumThreads)
 Start task. More...
 

Function Documentation

◆ StartTask()

bool StartTask ( Task  task,
const CTourneyDesc t,
int  nNumThreads 
)

Get task-appropriate parameters from the user and run the task.

Parameters
taskTask to be performed.
tTourney descriptor.
nNumThreadsNumber of concurrent threads.
Returns
true If the user opts to restart instead.

Definition at line 118 of file Task.cpp.