Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philleonard committed Jan 15, 2015
1 parent 2668968 commit 93e59d9
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1,316 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ GraphLab Features:

* **Powerful Machine Learning Toolkits:** Tackle challenging machine learning problems with ease

* **Updated Graph Colouring Heuristics**

For more details on the GraphLab see http://graphlab.org, including
documentation, tutorial, etc.

Expand Down
2 changes: 0 additions & 2 deletions toolkits/graph_analytics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ add_graphlab_executable(kcore kcore.cpp)
add_graphlab_executable(format_convert format_convert.cpp)
add_graphlab_executable(sssp sssp.cpp)
add_graphlab_executable(simple_coloring simple_coloring.cpp)
add_graphlab_executable(advanced_coloring advanced_coloring.cpp)
add_graphlab_executable(degree_ordered_coloring degree_ordered_coloring.cpp)
add_graphlab_executable(saturation_ordered_coloring saturation_ordered_coloring.cpp)
add_graphlab_executable(incidence_ordered_coloring incidence_ordered_coloring.cpp)
add_graphlab_executable(connected_component connected_component.cpp)
add_graphlab_executable(connected_component_stats connected_component_stats.cpp)
add_graphlab_executable(approximate_diameter approximate_diameter.cpp)
Expand Down
Loading

0 comments on commit 93e59d9

Please sign in to comment.