Skip to content

Commit

Permalink
added note about connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed Apr 30, 2012
1 parent a2ebc75 commit bcab863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The end goal is to have graph algorithms that
are data-parallelizable easy to parallelize and/or
distribute across several machines.

If your algorithm depends on the graph being
connected, please ensure beforehand that the
input graph is indeed connected before running.
There is currently no mechanism to check if a
graph is connected - I may add this feature
in the future.

Cinema includes one graph class (`UndirectedGraph`)
and runs on three `Actor` subclasses: `GraphProducer`,
`GraphDirector`, and `GraphGrip`. See below for
Expand Down

0 comments on commit bcab863

Please sign in to comment.