From 714a97d8b9c64a0a5ccc837184def8122ec8b4cd Mon Sep 17 00:00:00 2001 From: fgodi Date: Fri, 3 Jun 2016 09:32:46 +0000 Subject: compile git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@1245 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a26ddc43a1f71052b594d5e0d65d28d952a0917e --- src/Bottleneck_distance/include/gudhi/Graph_matching.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Bottleneck_distance/include/gudhi/Graph_matching.h') diff --git a/src/Bottleneck_distance/include/gudhi/Graph_matching.h b/src/Bottleneck_distance/include/gudhi/Graph_matching.h index d8860841..f0ce633f 100644 --- a/src/Bottleneck_distance/include/gudhi/Graph_matching.h +++ b/src/Bottleneck_distance/include/gudhi/Graph_matching.h @@ -40,6 +40,9 @@ namespace Bottleneck_distance { template double compute(const Persistence_diagram1& diag1, const Persistence_diagram2& diag2, double e = 0.); +template +double compute_exactly(const Persistence_diagram1& diag1, const Persistence_diagram2& diag2); + /** \internal \brief Structure representing a graph matching. The graph is a Persistence_diagrams_graph. * * \ingroup bottleneck_distance -- cgit v1.2.3