| 
    The ChainCon Software (Release 0.03)
    
   | 
 
A program for the computation of the Steenrod squares, using algebraic minimal models for cubical sets and the direct formula by Marek Krcal. More...
#include <istream>#include <ostream>#include <string>#include "chaincon/stringhash.h"#include "chomp/system/config.h"#include "chomp/struct/hashsets.h"#include "chaincon/ssquarescub.h"#include "ssqmain.h"Go to the source code of this file.
Macros | |
| #define | CUBES_NOT_SIMPLICES 1 | 
| #define | DIRECT_CUBICAL_FORMULA 1 | 
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... | |
A program for the computation of the Steenrod squares, using algebraic minimal models for cubical sets and the direct formula by Marek Krcal.
Definition in file ssqcub.cpp.
| #define CUBES_NOT_SIMPLICES 1 | 
Definition at line 32 of file ssqcub.cpp.
| #define DIRECT_CUBICAL_FORMULA 1 | 
Definition at line 37 of file ssqcub.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 92 of file ssqcub.cpp.
References helpinfo, steenrodSquaresMain(), and title.
| const char* helpinfo | 
Brief help information on the program's usage.
Definition at line 68 of file ssqcub.cpp.
Referenced by main().
| const char* title | 
The title of the program and licensing information.
Definition at line 62 of file ssqcub.cpp.
Referenced by main().
 1.8.13