/***************************************************************************** ** ** nq.h NQ Werner Nickel ** nickel@mathematik.tu-darmstadt.de
*/
/* ** This include file contains the declarations of data structures that ** build a polycyclic presentation.
*/
#ifndef NQ_H #define NQ_H
#include <stdio.h> #include <string.h>
#include"config.h" #include"system.h"
/* ** This variable indicates whether GAP output should be produced.
*/ externint Gap;
/* ** This variable indicates whether the relation matrix for each factor ** of the lower central series is to be written to file.
*/ externint AbelianInv;
/* ** This variable switches the verbose mode on.
*/ externint Verbose;
/* ** The input file name. Used in some routines to build a file name for ** output.
*/ externconstchar *InputFile;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.