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

Weighted matroid intersection (using Dijkstra's algorithm) #304

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

hitonanode
Copy link
Owner

ぶっちゃけ従来コードの方が速いのであまり用途がない(最短路見つけて終わりではなく毎回全頂点のポテンシャル計算が走るのがよくない気がする?)

@hitonanode hitonanode added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 23, 2023
@hitonanode hitonanode self-assigned this Jul 23, 2023
@hitonanode hitonanode force-pushed the matroid-intersection-dijkstra branch from 1c5438c to ed02d5c Compare July 23, 2023 06:16
@hitonanode hitonanode merged commit d1b00d4 into master Jul 23, 2023
2 checks passed
@hitonanode hitonanode deleted the matroid-intersection-dijkstra branch July 23, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant