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  exp_vars.h   Sprache: C

 
/****************************************************************************
**
*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

100%


¤ Dauer der Verarbeitung: 0.16 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.