The ChainCon Software (Release 0.03)
Functions
awdiag2dmain.h File Reference

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...
 

Detailed Description

The main procedure of a generic program for the computation of the Alexander-Whitney diagonal.

Definition in file awdiag2dmain.h.

Function Documentation

◆ awdiag2dMain()

template<class CellT >
int awdiag2dMain ( int  argc,
char *  argv[],
const char *  title,
const char *  helpinfo 
)
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().