|
The ChainCon Software (Release 0.03)
|
The main function of a program for computing the minimal model 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"Go to the source code of this file.
Functions | |
| template<class CellT > | |
| int | algMinModelMain (int argc, char *argv [], const char *title, const char *helpinfo) |
| The main procedure of a program for the computation of a minimal model. More... | |
The main function of a program for computing the minimal model of a cellular complex of a given type.
Definition in file ammodmain.h.
|
inline |
The main procedure of a program for the computation of a minimal model.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 62 of file ammodmain.h.
References computeAlgMinModel(), and readFilteredComplexes().
1.8.13