20 #ifndef TULIP_SIMPLETEST_H 21 #define TULIP_SIMPLETEST_H 25 #include <tulip/tulipconf.h> 49 static bool isSimple(
const Graph *graph,
const bool directed =
false);
63 static void makeSimple(
Graph *graph, std::vector<edge> &removed,
const bool directed =
false);
81 static bool simpleTest(
const Graph *graph, std::vector<edge> *multipleEdges =
nullptr,
82 std::vector<edge> *loops =
nullptr,
const bool directed =
false);
Performs test to check if a graph is Simple. An undirected graph is simple if it has no loops and no ...