Skip to content

Commit

Permalink
Merge pull request #209 from vgteam/bug
Browse files Browse the repository at this point in the history
Take out unused function
  • Loading branch information
adamnovak authored Dec 18, 2024
2 parents 67978ea + fdf3876 commit cb898f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bdsg/include/bdsg/snarl_distance_index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ class SnarlDistanceIndex : public SnarlDecomposition, public TriviallySerializab
///Returns true if the given net_handle_t is not a snarl
bool is_dag(const net_handle_t& snarl) const;

///Given a snarl, return the number of non-dag edges it contains
///0 for a dag
size_t non_dag_edge_count(const net_handle_t& snarl, const HandleGraph* graph) const;

///Returns true if the given net handle refers to (a traversal of) a simple snarl
///A simple snarl is a bubble where each child node can only reach the boundary nodes,
///and each side of a node reaches a different boundary node
Expand Down

0 comments on commit cb898f2

Please sign in to comment.