0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert deleting algorithm More... about 13 years ago
Merge branch 'master' of https://github.com/Flos/graph-php More... about 13 years ago
Improve initialization More... about 13 years ago
Abort MBF algorithm early when finished More... about 13 years ago
Remove duplicate code More... about 13 years ago
Remove code duplication More... about 13 years ago
Common base methods for shortest paths and its distances More... about 13 years ago
Add algorithm base classes More... about 13 years ago
Removed GraphViz outputs only needed while debugging More... about 13 years ago
Merge branch 'master' of [email protected]:Flos/graph-php.git More... about 13 years ago
added cli output of maxFlow from graph More... about 13 years ago
maxFlow graph now returns the flow graph More... about 13 years ago
Merge branch 'master' of https://[email protected]/Flos/graph-php.git More... about 13 years ago
merge More... about 13 years ago
Merge branch 'master' of [email protected]:Flos/graph-php.git More... about 13 years ago
working on flow graph, still not working More... about 13 years ago
Merged More... about 13 years ago
Merge branch 'master' of https://[email protected]/Flos/graph-php.git More... about 13 years ago
half way implementing flow graph function, implemented graphviz visualisation as debug output More... about 13 years ago
Partly improved comments More... about 13 years ago
added a new comments More... about 13 years ago
Merge branch 'master' of github.com:Flos/graph-php More... about 13 years ago
updated spelling ind documentation More... about 13 years ago
updated MaxFlowEdmondsKarp algorithm. now works basically and returns the last residual graph. More... about 13 years ago
Still a prototyp more functions More... about 13 years ago
Merge branch 'master' of https://[email protected]/Flos/graph-php.git More... about 13 years ago
Changed Moore-Bellman-Ford comments for better readability Fixed typos, added commas etc. More... about 13 years ago
Changed Dijkstra comments for better readability Fixed typos, added commas etc. More... about 13 years ago
added a prototype of Edmonds Karp MaxFlow algorithm with a example file More... about 13 years ago
add edgetGraphPathTo($destinationVertex) function which returns a Graph with the lowest vertex count between start and destination vertex More... about 13 years ago