INGOR
|
Complete graph. More...
#include <ytCompleteGraphSL.h>
Public Member Functions | |
int | ytCompleteGraphSL_checkEdge (const ytCompleteGraphSL *this, int src, int dst) |
Checks if the edge exists. | |
Public Attributes | |
ytGraph | super |
int | p |
Complete graph.
This implements the complete graph where all the nodes are connected each other. Unlike ytCompleteGraph, this includes self loop edges.
This is a subclass of ytGraph.
int ytCompleteGraphSL_checkEdge | ( | const ytCompleteGraphSL * | this, |
int | src, | ||
int | dst | ||
) |
Checks if the edge exists.
This includes self loop edges. Thus, this always returns true.
this | |
src | source node ID. |
dst | distination node ID. |