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

Quelle  restore_group.c   Sprache: C

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


#include "pq_defs.h"
#include "pcp_vars.h"
#include "pga_vars.h"
#include "constants.h"
#include "pq_functions.h"

/* restore the pcp description of group group_number
   and its pga structure from input_file */


int ***restore_group(Logical rewind_flag,
                     FILE *input_file,
                     int group_number,
                     struct pga_vars *pga,
                     struct pcp_vars *pcp)
{
   int ***auts = 0;

   while (group_number > 0) {
      restore_pcp(input_file, pcp);
      auts = restore_pga(input_file, pga, pcp);
      --group_number;
      if (group_number > 0)
         free_array(auts, pga->m, pcp->lastg, 1);
   }

   if (rewind_flag)
      RESET(input_file);

   return auts;
}

94%


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