openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
graphp/algorithms
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 3 of 17
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add (failing) tests to detect negative cycles
Christian Lück
More...
over 11 years ago
Add failing test for multiple components
Christian Lück
More...
over 11 years ago
Update reference to Directed::hasDirected()
Christian Lück
More...
over 11 years ago
Add tests for Algorithm\Directed (100% coverage)
Christian Lück
More...
over 11 years ago
Rename isDirected() to hasDirected() and add hasUndirected(), isMixed()
Christian Lück
More...
over 11 years ago
Add tests for connected components (100% coverage)
Christian Lück
More...
over 11 years ago
Fix invalid reference to Vertices::getVertexFirst()
Christian Lück
More...
over 11 years ago
Update references to new Set\DualAggregate Rename Algorithm\BaseSet to Algorithm\BaseDual
Christian Lück
More...
almost 12 years ago
Replace all occurances of $graph->getNumberOfEdges() replaced with count($graph->getEdges())
Christian Lück
More...
almost 12 years ago
Remove now unused Algorithm\Search\Base::getNumberOfVertices()
Christian Lück
More...
almost 12 years ago
Replace all occurances of $graph->getNumberOfVertices() replaced with count($graph->getVertices())
Christian Lück
More...
almost 12 years ago
Merge pull request #73 from clue/improve-minimumspanningtree
Chris L
More...
almost 12 years ago
Improve test case for 100% coverage
Christian Lück
More...
almost 12 years ago
Merge branch 'master' into improve-minimumspanningtree
Christian Lück
More...
almost 12 years ago
Use new interface to Sets
Christian Lück
More...
almost 12 years ago
Fix leftover array of Edges
Christian Lück
More...
almost 12 years ago
A null graph is not a valid tree
Christian Lück
More...
almost 12 years ago
Add proper unit tests for minimum spanning tree (~95% coverage)
Christian Lück
More...
almost 12 years ago
Add support for directed and mixed graphs
Christian Lück
More...
almost 12 years ago
Additional helper `getWeight()`
Christian Lück
More...
almost 12 years ago
Move duplicate logic to base class
Christian Lück
More...
almost 12 years ago
Improve documentation
Christian Lück
More...
almost 12 years ago
Consider null weight to be zero instead of bailing out
Christian Lück
More...
almost 12 years ago
Properly throw UnexpectedValueException for unconnected graphs
Christian Lück
More...
almost 12 years ago
Remove unneeded code (duplicate of base class)
Christian Lück
More...
almost 12 years ago
Remove requirement for existing edges
Christian Lück
More...
almost 12 years ago
Remove unneeded code
Christian Lück
More...
about 12 years ago
Improve comments and throw nested Exception
Christian Lück
More...
about 12 years ago
Fix outdated reference to Algorithm\Flow
Christian Lück
More...
about 12 years ago
Add (failing) tests for Algorithm\MinimumCostFlow
Christian Lück
More...
about 12 years ago
←
1
2
3
4
5
6
7
8
9
…
16
17
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree