-
Notifications
You must be signed in to change notification settings - Fork 19
[binary_tree_partition] [1/2]: Add mincut helper functions and introduce _binary_tree_partition_inds
#42
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
Conversation
inds_binary_tree
_binary_tree_partition_inds
_binary_tree_partition_inds
_binary_tree_partition_inds
@mtfishman I have made changes based on our last discussion. Could you review this? |
@mtfishman could you approve the workflow for this PR? |
Looks good, thanks! I like the new function names. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #42 +/- ##
==========================================
+ Coverage 76.47% 77.93% +1.45%
==========================================
Files 52 55 +3
Lines 2725 2900 +175
==========================================
+ Hits 2084 2260 +176
+ Misses 641 640 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
GraphsFlows.mincut
andmincut_partitions
inds_binary_tree
andinds_mps_order
. For a given network, the first one outputs a binary tree of uncontract inds, and the second one outputs an inds order that can be used to approximate the network by an MPS.