Skip to content

Commit

Permalink
Add EdmondsBlossomShrinking algorithm, contributed by
Browse files Browse the repository at this point in the history
Alejandro R. Lopez del Huerto.
  • Loading branch information
jsichi committed Apr 8, 2012
1 parent 53d0369 commit 45be79a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ <h2><a name="history"></a>History</h2>
contributed by Andreas Schnaiter and Owen Jacobson.
Add source/target vertices to edge events to fix sf.net
bug 3486775, spotted by Frank Mori Hess.
Add EdmondsBlossomShrinking algorithm, contributed by
Alejandro R. Lopez del Huerto.
</li>

<li><b>version 0.8.3</b> (20-Jan-2012): fix regression in
Expand Down Expand Up @@ -606,6 +608,8 @@ <h2>Contributors</h2>

<li>Yuriy Nakonechnyy</li>

<li>Alejandro R. Lopez del Huerto</li>

</ul>

<p>(if we have missed your name on this list, please email us to get it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public static Test suite()
suite.addTest(new TestSuite(HamiltonianCycleTest.class));
suite.addTest(new TestSuite(KruskalMinimumSpanningTreeTest.class));
suite.addTest(new TestSuite(StoerWagnerMinimumCutTest.class));
suite.addTest(new TestSuite(EdmondsBlossomShrinkingTest.class));

// $JUnit-END$
return suite;
Expand Down

0 comments on commit 45be79a

Please sign in to comment.