0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add (failing) tests to detect negative cycles More... over 11 years ago
Add failing test for multiple components More... over 11 years ago
Update reference to Directed::hasDirected() More... over 11 years ago
Add tests for Algorithm\Directed (100% coverage) More... over 11 years ago
Rename isDirected() to hasDirected() and add hasUndirected(), isMixed() More... over 11 years ago
Add tests for connected components (100% coverage) More... over 11 years ago
Fix invalid reference to Vertices::getVertexFirst() More... over 11 years ago
Update references to new Set\DualAggregate Rename Algorithm\BaseSet to Algorithm\BaseDual More... almost 12 years ago
Replace all occurances of $graph->getNumberOfEdges() replaced with count($graph->getEdges()) More... almost 12 years ago
Remove now unused Algorithm\Search\Base::getNumberOfVertices() More... almost 12 years ago
Replace all occurances of $graph->getNumberOfVertices() replaced with count($graph->getVertices()) More... almost 12 years ago
Merge pull request #73 from clue/improve-minimumspanningtree More... almost 12 years ago
Improve test case for 100% coverage More... almost 12 years ago
Merge branch 'master' into improve-minimumspanningtree More... almost 12 years ago
Use new interface to Sets More... almost 12 years ago
Fix leftover array of Edges More... almost 12 years ago
A null graph is not a valid tree More... almost 12 years ago
Add proper unit tests for minimum spanning tree (~95% coverage) More... almost 12 years ago
Add support for directed and mixed graphs More... almost 12 years ago
Additional helper `getWeight()` More... almost 12 years ago
Move duplicate logic to base class More... almost 12 years ago
Improve documentation More... almost 12 years ago
Consider null weight to be zero instead of bailing out More... almost 12 years ago
Properly throw UnexpectedValueException for unconnected graphs More... almost 12 years ago
Remove unneeded code (duplicate of base class) More... almost 12 years ago
Remove requirement for existing edges More... almost 12 years ago
Remove unneeded code More... about 12 years ago
Improve comments and throw nested Exception More... about 12 years ago
Fix outdated reference to Algorithm\Flow More... about 12 years ago
Add (failing) tests for Algorithm\MinimumCostFlow More... about 12 years ago