/**************************************************************************** ** ** This file is part of GAP, a system for computational discrete algebra. ** ** Copyright of GAP belongs to its developers, whose names are too numerous ** to list here. Please refer to the COPYRIGHT file for details. ** ** SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef GAP_OBJCCOLL_H #define GAP_OBJCCOLL_H
#include"common.h"
/**************************************************************************** ** *D SCP_SOMETHING . . . . . . . . . . . . . . . for combinatorial collectors ** ** Definitions which are needed by the combinatorial collectors in addition ** to those made for single collectors.
*/ #define SCP_WEIGHTS SCP_LAST+1 // weight in a combi collector #define SCP_CLASS SCP_LAST+2 // p-class in a combi collector #define SCP_AVECTOR2 SCP_LAST+3 // avector
/**************************************************************************** ** ** Here we declare the combinatorial collector functions. Pointer to those ** functions are put into the relevant data structures in the single ** collector module. Therefore, the single collector module needs to ** include this file.
*/ Int C8Bits_CombiCollectWord(Obj, Obj, Obj); Int C16Bits_CombiCollectWord(Obj, Obj, Obj); Int C32Bits_CombiCollectWord(Obj, Obj, Obj);
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.