Skip to content

Commit

Permalink
Improved matching + cut set
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalashnikovni committed Sep 6, 2024
1 parent 6d2c320 commit d17f487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sbg/sbg_algorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ struct SBGCutSet {
SBGCutSet(DSBGraph<Set> dsbg, bool debug);

Set calculate();

private:
PW getDegMap(DSBGraph<Set> dsbg);
};

typedef SBGCutSet<UnordSet> BaseCutSet;
Expand Down

0 comments on commit d17f487

Please sign in to comment.