|
The ChainCon Software (Release 0.03)
|
A program for experimentation with the formula for the A-W diagonal. More...
#include <istream>#include <ostream>#include <string>#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/cubcell.h"#include "chaincon/awdiagcub.h"#include "chaincon/simplex.h"#include "chaincon/awdiagsim.h"#include "chaincon/emptycell.h"#include "chaincon/chain.h"#include "chaincon/linmap.h"#include "chaincon/comblinmap.h"#include "chaincon/ringzp.h"#include "chaincon/cellnames.h"#include "chaincon/awdiag.h"#include "chaincon/boundary.h"#include "chaincon/wrapping.h"#include "atmodcomp.h"Go to the source code of this file.
Macros | |
| #define | CUBES_NOT_SIMPLICES |
| #define | SPACE_WRAPPING |
Functions | |
| template<class SetT , class CellT , class CoefT , class CellNames > | |
| void | experiment (const SetT &K, const chomp::homology::hashedset< CellT > &H, const tLinMap< CellT, CellT, CoefT > &pi, const tLinMap< CellT, CellT, CoefT > &incl, const tLinMap< CellT, CellT, CoefT > &phi, CellNames &cellNames) |
| Runs the experimental calculations. More... | |
| 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... | |
A program for experimentation with the formula for the A-W diagonal.
Definition in file experiment1.cpp.
| #define CUBES_NOT_SIMPLICES |
Definition at line 29 of file experiment1.cpp.
| #define SPACE_WRAPPING |
Definition at line 31 of file experiment1.cpp.
|
inline |
Runs the experimental calculations.
Definition at line 110 of file experiment1.cpp.
References AWdiagonal(), boundary(), and cells2names().
Referenced by main().
| 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 181 of file experiment1.cpp.
References computeAlgTopModel(), experiment(), helpinfo, readFilteredComplexes(), and title.
| const char* helpinfo |
Brief help information on the program's usage.
Definition at line 79 of file experiment1.cpp.
Referenced by main().
| const char* title |
The title of the program and licensing information.
Definition at line 73 of file experiment1.cpp.
Referenced by main().
1.8.13