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

The main function of a program for computing the cubical cohomology ring of a cellular complex of a given type. More...

#include <istream>
#include <ostream>
#include <vector>
#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/linmap.h"
#include "chaincon/ringzp.h"
#include "chaincon/cellnames.h"
#include "chaincon/wrapping.h"
#include "ammodcomp.h"
#include "cringcomp.h"

Go to the source code of this file.

Functions

template<class CellT >
int cohomRingMain (int argc, char *argv [], const char *title, const char *helpinfo)
 The main procedure of a program for the computation of a cohomology ring. More...
 

Detailed Description

The main function of a program for computing the cubical cohomology ring of a cellular complex of a given type.

Definition in file cringmain.h.

Function Documentation

◆ cohomRingMain()

template<class CellT >
int cohomRingMain ( int  argc,
char *  argv[],
const char *  title,
const char *  helpinfo 
)
inline

The main procedure of a program for the computation of a cohomology ring.

Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.

Definition at line 63 of file cringmain.h.

References computeAlgMinModel(), computeCohomRing(), and readFilteredComplexes().