|
The ChainCon Software (Release 0.03)
|
The main procedure of a generic program for the computation of the Alexander-Whitney diagonal. More...
#include <istream>#include <ostream>#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include "chomp/system/timeused.h"#include "chomp/system/arg.h"#include "chomp/struct/hashsets.h"#include "chaincon/cellnames.h"#include "chaincon/filtcomplex.h"#include "chaincon/wrapping.h"#include "atmodcomp.h"#include "awdiag2dcomp.h"Go to the source code of this file.
Functions | |
| template<class CellT > | |
| int | awdiag2dMain (int argc, char *argv [], const char *title, const char *helpinfo) |
| The main procedure of a program for the computation of the Alexander-Whitney diagonal. More... | |
The main procedure of a generic program for the computation of the Alexander-Whitney diagonal.
Definition in file awdiag2dmain.h.
|
inline |
The main procedure of a program for the computation of the Alexander-Whitney diagonal.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 62 of file awdiag2dmain.h.
References computeAlgTopModel(), computeAWdiagonal2d(), and readFilteredComplexes().
1.8.13