// // Semigroups package for GAP // Copyright (C) 2021 James D. Mitchell // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. //
#include"cong.hpp"
#include <exception> // for exception #include <memory> // for shared_ptr #include <type_traits> // for true_type #include <vector> // for vector
// Semigroups GAP package headers #include"froidure-pin.hpp"// for to_cpp<FroidurePin<Bipartition> #include"pkg.hpp"// for IsGapBind14Type #include"to_cpp.hpp"// for to_cpp #include"to_gap.hpp"// for to_gap
// GAP headers #include"gap_all.h"// for UInt2, UInt4
// GapBind14 headers #include"gapbind14/gapbind14.hpp"// for class_ etc
// libsemigroups headers #include"libsemigroups/bipart.hpp"// for Bipartition #include"libsemigroups/cong-intf.hpp"// for congruence_kind #include"libsemigroups/cong.hpp"// for Congruence #include"libsemigroups/constants.hpp"// for UNDEFINED etc #include"libsemigroups/froidure-pin.hpp"// for FroidurePin #include"libsemigroups/matrix.hpp"// for BMat etc #include"libsemigroups/todd-coxeter.hpp"// for ToddCoxeter #include"libsemigroups/transf.hpp"// for PPerm etc #include"libsemigroups/types.hpp"// for word_type
// Forward decls namespace libsemigroups { class FpSemigroup; class PBR;
} // namespace libsemigroups
void init_cong(gapbind14::Module& m) { using libsemigroups::Congruence; using libsemigroups::congruence_kind; using libsemigroups::FpSemigroup; using libsemigroups::FroidurePin; using libsemigroups::FroidurePinBase; using libsemigroups::word_type;
using libsemigroups::Bipartition; using libsemigroups::BMat; using libsemigroups::IntMat; using libsemigroups::LeastPPerm; using libsemigroups::LeastTransf; using libsemigroups::MaxPlusMat; using libsemigroups::MaxPlusTruncMat; using libsemigroups::MinPlusMat; using libsemigroups::MinPlusTruncMat; using libsemigroups::NTPMat; using libsemigroups::PBR; using libsemigroups::PPerm; using libsemigroups::ProjMaxPlusMat; using libsemigroups::Transf;
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.