Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take out unused function #209

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading