From fefc58b78cc23f55f3fa36a74a213a3573bf40e3 Mon Sep 17 00:00:00 2001 From: imilinovic Date: Thu, 26 Oct 2023 15:10:42 +0200 Subject: [PATCH] merge with parent --- cpp/algo_module/algorithm/algo.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/algo_module/algorithm/algo.hpp b/cpp/algo_module/algorithm/algo.hpp index c65e99104..53ed67680 100644 --- a/cpp/algo_module/algorithm/algo.hpp +++ b/cpp/algo_module/algorithm/algo.hpp @@ -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);