constants.h file
defines some constants used in the program
Variables
- const int custom_coeff
- Specifies the a custom ring of coefficients, which is
custom_coeff.custom_coeffshould be a prime not equal to2,3,5, or7. For details, see Coefficients.h. - const int default_coeff
- Specifies the default ring of coefficients, which is
default_coeff;custom_coeffshould be a prime number. For details, see Coefficients.h. - const int default_number_of_lines
- constant used in the interactive tangle definition; this constant should be eliminated
- const std::string docs_mainpage
- relative path to the main page of the documentation; the default
docs/index.htmlis a symbolic link and may not work under Windows/MacOS - const int integer_simulant
- integer such that we can do the main computation for all finite fields for prime simultaneously, by first computing over and then doing a conversion.
- const int max_clean_up_iter
- sets the maximum number of iterations that Complex::clean_up() will go through to put a complex into loop-type form. Currently this is set to 100000.
- const int maximum_number_of_tangle_strands
- (conservative) upper limit for the number of allowed tangle strands to prevent the computer from attempting calculations whose runtime might exceed the age of the universe.