/*******************************************************************************
**
*A digraphs.h GAP package Digraphs Julius Jonusas
** James Mitchell
** Wilf A. Wilson
** Michael Young
**
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
** Michael Young
**
** This file is free software, see the digraphs/LICENSE.
**
*******************************************************************************/
#ifndef DIGRAPHS_SRC_DIGRAPHS_H_
#define DIGRAPHS_SRC_DIGRAPHS_H_
// GAP headers
#include "gap-includes.h" // for Obj, Int
Int DigraphNrVertices(Obj D);
Obj FuncOutNeighbours(Obj self, Obj D);
Obj FuncIS_ANTISYMMETRIC_DIGRAPH(Obj self, Obj D);
Obj FuncADJACENCY_MATRIX(Obj self, Obj D);
Int DigraphNrEdges(Obj digraph);
Int DigraphNrAdjacencies(Obj digraph);
Int DigraphNrAdjacenciesWithoutLoops(Obj digraph);
Obj DigraphSource(Obj digraph);
Obj DigraphRange(Obj digraph);
extern Obj AutomorphismGroup;
extern Obj DIGRAPHS_ValidateVertexColouring;
extern Obj GeneratorsOfGroup;
extern Obj IsDigraph;
extern Obj IsMultiDigraph;
extern Obj IsDigraphEdge;
extern Obj InfoWarning;
#endif // DIGRAPHS_SRC_DIGRAPHS_H_
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-09-03)
¤
*© Formatika GbR, Deutschland