0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure to always operate on Set\Vertices or Set\Edges More... about 12 years ago
Merge remote-tracking branch 'origin/master' into add-vertices-class More... about 12 years ago
Merge branch 'minor' More... about 12 years ago
Additional test cases and improved documentation More... about 12 years ago
Add tests for GraphProperty::isNull() More... about 12 years ago
Improve test coverage More... about 12 years ago
Update references to Graph::getVertexFirst() More... about 12 years ago
Ignore coverage for unreachable sanity checks More... about 12 years ago
Replace all occurances of Graph::isEmpty() More... about 12 years ago
Add GraphProperty::isNull() and documentation More... about 12 years ago
Improve documentation for Algorithm\ShortestPath More... about 12 years ago
Simplify checking for cycles More... about 12 years ago
Cope with duplicate vertices from Vertex::getVerticesEdge*() More... about 12 years ago
Add tests with 100% coverage for Algorithm\ShortestPath More... about 12 years ago
Do not return zero weight for root vertex and support root loops More... about 12 years ago
Add Algorithm\ShortestPath::hasVertex() More... about 12 years ago
Consistently throw OutOfBoundsException for unreachable vertices More... about 12 years ago
Fix missing import More... about 12 years ago
Merge remote-tracking branch 'origin/master' into add-vertices-class More... about 12 years ago
Fix assertions on Sets More... about 12 years ago
Fix accessing Sets of Vertices and Edges More... about 12 years ago
Fix getting parallel undirected edges More... about 12 years ago
Update references to Cycle More... about 12 years ago
Improve documentation for Algorithm\ConnectedComponents More... about 12 years ago
Add tests with 100% coverage for Algorithm\Eulerian More... about 12 years ago
Fix checking null graph More... about 12 years ago
Fix outdated refernce to connected components More... about 12 years ago
Always return Set\Edges instead of array of Edge instances More... about 12 years ago
Use Set\Edges in algorithms More... about 12 years ago
Add tests for WalkProperty::isCircuit() (100% coverage again) More... about 12 years ago