/**************************************************************************** ** ** 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_OBJPCGEL_H #define GAP_OBJPCGEL_H
#include"common.h" #include"objfgelm.h"
// PCWP is a subrep of AWP /**************************************************************************** ** *D PCWP_SOMETHING ** ** The following enum constants are positions of non-defining data in the ** types of pc words (PCWP = PC Word Position). Such words are a special ** case of associative words, so we make sure the positions defined here ** follow after the AWP_* positions.
*/ enum {
START_ENUM_RANGE_INIT(PCWP_FIRST_ENTRY, AWP_LAST_ENTRY + 1),
¤ 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.0.12Bemerkung:
(vorverarbeitet)
¤
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.