/******************************************************************************** ** ** homos-graphs.h (Di)graphs for the homomorphism finder J. D. Mitchell ** ** Copyright (C) 2019 - J. D. Mitchell ** ** This file is free software, see the digraphs/LICENSE. **
********************************************************************************/
// C headers #include <stdbool.h> // for bool #include <stdint.h> // for uint16_t
// Digraphs headers #include"bitarray.h"// for BitArray #include"bliss-includes.h"// for bliss stuff #include"digraphs-config.h"// for DIGRAPHS_WITH_INCLUDED_BLISS #include"digraphs-debug.h"// for DIGRAPHS_ASSERT #include"perms.h"// for PermColl
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.