0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Properly handle directed edges More... about 13 years ago
Add flag to toggle branch-and-bound and explicitly set upper limit More... about 13 years ago
Fix skeleton More... about 13 years ago
Use new graph interface More... about 13 years ago
Consistent naming for algorithms More... about 13 years ago
Merge branch 'master' of github.com:Flos/graph-php More... about 13 years ago
Clean up unused code More... about 13 years ago
Create skeleton for TSP More... about 13 years ago
Change exception message from "Graph is not connected" to "Graph is not complete" More... about 13 years ago
Changed comments of TSP and nearest neighbour More... about 13 years ago
changed comments More... about 13 years ago
add comments More... about 13 years ago
fixed a lot of errors in TSP MSTH More... about 13 years ago
add Heuristic for TSP (minimum spanning tree) first untested implementation More... about 13 years ago
Improve algorithms by using library shortcuts More... about 13 years ago
Merge branch 'master' of github.com:Flos/graph-php More... about 13 years ago
Improve algorithm by working on vertex IDs More... about 13 years ago
add checks for connected graph if the algorithmen can't find a edge that is usable it throws an exception More... about 13 years ago
changed check for connected vertices changed check for all connected vertices from color check (don't work for isolated vertices) to check of definition of spanning tree: edges = vertices - 1 More... about 13 years ago
change to new interface method for clone of vertices More... about 13 years ago
Merge branch 'master' of github.com:Flos/graph-php More... about 13 years ago
Ignore loops and edgeless graphs More... about 13 years ago
Faster re-coloring step by using separate arrays for each color More... about 13 years ago
nothing chaned More... over 13 years ago
create algorithm Nearest Neighbor repaired unused function edge->vertedTo($vertex) edge->isConnection(this, $vertex) More... over 13 years ago
Refactored and cleaned up logic More... over 13 years ago
Proper error checks More... over 13 years ago
Do not clone input graph More... over 13 years ago
Fixed typos More... over 13 years ago
Implement actual algorithm More... over 13 years ago