|
The ChainCon Software (Release 0.03)
|
An experimental program for the computation of certain invariants of cubical sets represented by means of simplicial product sets. More...
#include "chaincon/stringhash.h"#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/simplex.h"#include "chaincon/cubcell.h"#include "chaincon/emptycell.h"#include "chaincon/wrapping.h"#include "chaincon/prodcell.h"#include "chaincon/cubproduct.h"#include "chaincon/setfilter.h"#include "chaincon/awdiagsimgen.h"#include "chaincon/ez_aw.h"#include "chaincon/ez_eml.h"#include "chaincon/ez_shi.h"#include "ammodcomp.h"#include "cringcomp.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv []) |
| The main procedure of the program. More... | |
Variables | |
| const char * | title |
| The title of the program and licensing information. More... | |
| const char * | helpinfo |
| Brief help information on the program's usage. More... | |
An experimental program for the computation of certain invariants of cubical sets represented by means of simplicial product sets.
Definition in file cubsimprod.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
The main procedure of the program.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 99 of file cubsimprod.cpp.
References computeAlgMinModel(), computeCohomRing(), cube2product(), helpinfo, set2filter(), and title.
| const char* helpinfo |
Brief help information on the program's usage.
Definition at line 72 of file cubsimprod.cpp.
Referenced by main().
| const char* title |
The title of the program and licensing information.
Definition at line 64 of file cubsimprod.cpp.
Referenced by main().
1.8.13