#include "rounding.h"
#include "coord.h"
#include "worker.h"
#include "maptypes.h"
#include "parttypes.h"
#include <string>
#include <vector>
#include <exception>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/multiwork/mw.h"
#include "chomp/system/arg.h"
Go to the source code of this file.
Namespaces | |
namespace | unifexp |
namespace | chomp |
namespace | chomp::homology |
Functions | |
int | main (int argc, char *argv[]) |
The main function of the program. | |
Variables | |
const char * | title |
The title of the main program. | |
const char * | helpinfo |
The help information about the main program. | |
const char * | helpmore |
Information on where to find more information about the program. | |
const int | controlNumber = 42342 |
The control number for network communication. |
Definition in file unifexp.cpp.