From d9d3b0518ce5e0a52b9a0bae55fa5d8ca5b3c515 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 24 Sep 2019 17:53:08 -0400 Subject: made backbone cleaning more efficient by restricting to one-side-broken only, updated the crack finder to this new paradigm --- src/analysis_tools.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/analysis_tools.hpp') diff --git a/src/analysis_tools.hpp b/src/analysis_tools.hpp index 2a4c5d2..72d1e82 100644 --- a/src/analysis_tools.hpp +++ b/src/analysis_tools.hpp @@ -7,11 +7,5 @@ #include - -template -bool is_shorter(const std::list &, const std::list &); - -//bool trivial(boost::detail::edge_desc_impl); - -//std::list, std::list>> find_minimal_crack(const Graph &, const network &); +std::pair, std::set> find_minimal_crack(const network &, unsigned i0); -- cgit v1.2.3-70-g09d2