27 #ifndef INCLUDE_CPP_COMMON_BASIC_VERTEX_H_
28 #define INCLUDE_CPP_COMMON_BASIC_VERTEX_H_
53 id(is_source? other.source : other.target) {}
70 std::vector < Basic_vertex > vertices,
74 std::vector < Basic_vertex > vertices,
75 const std::vector < pgr_edge_t > data_edges);
81 const std::vector < pgr_edge_t > &data_edges);
86 #endif // INCLUDE_CPP_COMMON_BASIC_VERTEX_H_