Skip to content

Commit

Permalink
merge with parent
Browse files Browse the repository at this point in the history
  • Loading branch information
imilinovic committed Oct 26, 2023
1 parent 3e6066d commit fefc58b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/algo_module/algorithm/algo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ constexpr const std::string_view kAllSimplePathsArg4 = "max_length";
constexpr const std::string_view kResultAllSimplePaths = "path";

/* cover constants */
constexpr std::string_view kProcedureCover = "cover";
constexpr std::string_view kCoverArg1 = "nodes";
constexpr std::string_view kCoverRet1 = "rel";

void AllSimplePaths(mgp_list *args, mgp_graph *memgraph_graph, mgp_result *result, mgp_memory *memory);
Expand Down

0 comments on commit fefc58b

Please sign in to comment.