Negative cycles in min cost max flow algorithms
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by locating the Java Bellman-Ford min-cost flow implementations referenced in the issue and review how edge costs are handled. Add or run cases involving negative weighted edges and negative cycles; done means the algorithms correctly handle the supported negative-cost cases without breaking existing min-cost flow behavior.
Written by the indexing model from the issue text.
Description
The current implementation of the Bellman Ford min-cost flow algorithms seems to only support non-negative edge costs, but in reality, they should be able to handle negative weighted edges.
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 4.5k
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from williamfiset/algorithms
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
williamfiset/algorithms#1269 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
williamfiset/algorithms#435 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
williamfiset/algorithms#413 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
williamfiset/algorithms#404 · 3 comments · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 30/100
williamfiset/algorithms#342 · 1 comment · 1 reaction ·
All issues in williamfiset/algorithms
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
objectionary/hone-maven-plugin#1061 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spring-projects/spring-modulith#1895 ·