This file contains the main program which processes the command-line arguments and runs the computations. More...
#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 |
This namespace contains all the classes and functions defined in the Uniform Expansion project files. | |
namespace | chomp |
This is the top-level namespace of the CHomP library interface; most classes and functions are contained in its sub-namespaces. | |
namespace | chomp::homology |
This is the main namespace that contains most of the CHomP library classes and functions, some of which are used in the Uniform Expansion project. | |
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. |
This file contains the main program which processes the command-line arguments and runs the computations.
Definition in file unifexp.cpp.