Skip to content

Commit

Permalink
Add unused option to only store distances along the top-level chain
Browse files Browse the repository at this point in the history
  • Loading branch information
xchang1 committed Nov 27, 2024
1 parent 0ef534b commit def1c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdsg/include/bdsg/snarl_distance_index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@ class SnarlDistanceIndex : public SnarlDecomposition, public TriviallySerializab

public:
void set_snarl_size_limit (size_t size) {snarl_size_limit=size;}
void set_only_top_level_chain_distances (bool only_chain) {only_top_level_chain_distances=only_chain;}



Expand Down

0 comments on commit def1c35

Please sign in to comment.