Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/anupq/include/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 28.7.2025 mit Größe 1 kB image not shown  

Quelle  constants.h   Sprache: C

 
/****************************************************************************
**
*A  constants.h                 ANUPQ source                   Eamonn O'Brien
**
*Y  Copyright 1995-2001,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
*Y  Copyright 1995-2001,  School of Mathematical Sciences, ANU,     Australia
**
*/


/* constants used in p-quotient program */

#ifndef ANUPQ_CONSTANTS_H
#define ANUPQ_CONSTANTS_H

#define PQSPACE 10000000       /* space allocated for computation in array y */
#define MAXWORD 10000          /* maximum length of word */

#define STACK_SIZE 50000       /* dimension of collection stack */
#define DEFAULT_CLASS 10       /* default class bound for computation */
#define LINK_SOLUBLE_FLAG -1   /* flag in GAP output file indicating
                                  soluble stabiliser */

#define ALL 999                /* step size flag to indicate that all
  descendants should be constructed */


#define PQ 1                   /* two algorithms */
#define PGA 2

#define MIN_PRINT 0            /* print flags */
#define DEFAULT_PRINT 1
#define INTERMEDIATE_PRINT 2
#define MAX_PRINT 3

#define MAX_STANDARD_PRINT 2   /* print flags for standard presentation */
#define DEFAULT_STANDARD_PRINT 1
#define MIN_STANDARD_PRINT 0

#define BASIC 1                /* input formats for presentation and words */
#define PRETTY 2
#define FILE_INPUT 3

#define SUCCESS 0              /* successful computation */
#define FAILURE 1              /* computation failed -- lack of resources*/
#define CPU_TIME_LIMIT 1       /* exit when time limit exceeded */
#define INPUT_ERROR 2          /* input or command line options are wrong */

#endif 

90%


¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.