summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include/gudhi/Graph_matching.h
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-03 09:32:46 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-03 09:32:46 +0000
commit714a97d8b9c64a0a5ccc837184def8122ec8b4cd (patch)
tree8434545761fcf2eba7c7cbbea6110f8257990040 /src/Bottleneck_distance/include/gudhi/Graph_matching.h
parentab8c111e6a9abc4ba718083266c3dbb238ab94e3 (diff)
compile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@1245 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a26ddc43a1f71052b594d5e0d65d28d952a0917e
Diffstat (limited to 'src/Bottleneck_distance/include/gudhi/Graph_matching.h')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Graph_matching.h3
1 files changed, 3 insertions, 0 deletions
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<typename Persistence_diagram1, typename Persistence_diagram2>
double compute(const Persistence_diagram1& diag1, const Persistence_diagram2& diag2, double e = 0.);
+template<typename Persistence_diagram1, typename Persistence_diagram2>
+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