Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/nq/examples/   (GAP Algebra Version 4.15.1©)  Datei vom 12.0.2024 mit Größe 151 kB image not shown  

Quelle  exp_vars.h   Sprache: unbekannt

 
/****************************************************************************
**
*A  exp_vars.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
**
*/


/* definition file for structure to store exponent flag information */

#ifndef ANUPQ_EXP_VARS_H
#define ANUPQ_EXP_VARS_H

struct exp_vars {
   int list;          /* which list to generate? */
   Logical complete;  /* print list generated before filters applied */
   int partitions;    /* list weight partitions */
   Logical process;   /* power word and echelonise result */
   int start_process; /* index of first word to power */
   Logical filter;    /* reason to filter word from list */
   int report_unit;   /* report after this many additional words collected */
   int *queue;        /* queue to store redundancies obtained from echelon */
   int queue_length;  /* number of redundancies obtained */
   Logical word_list; /* save list of test words to file */
   Logical check_exponent; /* check whether group has particular exponent */
   Logical all_trivial; /* all test words are trivial */
};

#define ALL_WORDS 1
#define REDUCED_LIST 2
#define INITIAL_SEGMENT 3

#endif

Messung V0.5 in Prozent
C=98 H=97 G=97

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-06-18]