The CyMeAlg Software (Release 0.01)
|
Files | |
file | cymealgtest.cpp |
This is a simple program for testing selected algorithms for the computation of the minimum cycle mean of a directed graph. | |
Functions | |
void | cymealgTest (const char *filename, bool runKarp, bool runKarpRnd, bool runMem, bool runMemRnd, bool runOld, bool runOldRnd) |
int | main (int argc, char *argv []) |
The main procedure of the program. More... | |
Variables | |
const char * | title |
The title of the program and licensing information. More... | |
const char * | helpinfo |
Brief help information on the program's usage. More... | |
void cymealgTest | ( | const char * | filename, |
bool | runKarp, | ||
bool | runKarpRnd, | ||
bool | runMem, | ||
bool | runMemRnd, | ||
bool | runOld, | ||
bool | runOldRnd | ||
) |
Definition at line 88 of file cymealgtest.cpp.
References cymealg::minMeanCycleWeight(), cymealg::minMeanCycleWeightMem(), and cymealg::read().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main procedure of the program.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 217 of file cymealgtest.cpp.
References cymealgTest(), helpinfo, and title.
const char* helpinfo |
Brief help information on the program's usage.
Definition at line 60 of file cymealgtest.cpp.
Referenced by main().
const char* title |
The title of the program and licensing information.
Definition at line 55 of file cymealgtest.cpp.
Referenced by main().