Function graspi::make_update_edge_with_meta_vertex¶
Defined in File graph_constructors.hpp
Function Documentation¶
-
void
graspi
::
make_update_edge_with_meta_vertex
(int s, int meta_t, double w, char o, graph_t *G, edge_weights_t &W, edge_colors_t &L)¶ This is function to update edge between source and target vertex
- Parameters
s
: is the source vertext
: is the target vertexo
: is the order of the edges to be addedw
: is the weight of the edge to be addedG
: is the reference to the input graphC
: is the reference to the vector storing the labels/colors of vertices in the graph GW
: is the reference to the map storing the weights of the edgesL
: is the reference to the map storing the labels/colors of the edges in graph G