Ok thanks Stephen, I'll start from there!
On Nov 26, 2014 1:07 PM, "Stephan Ewen" wrote:
> This looks like a "transitive closure" or "reachability" style problem,
> you can probably model it similar to that.
>
> Have a look at the examples, there is "ConnectedComponents" and
> "TransitiveClosure"
This looks like a "transitive closure" or "reachability" style problem, you
can probably model it similar to that.
Have a look at the examples, there is "ConnectedComponents" and
"TransitiveClosure". You can start from there...
On Wed, Nov 26, 2014 at 10:32 AM, Flavio Pompermaier
wrote:
> Hi
Hi all,
I have problems in figuring out how to solve the following use case.
I have a set of Tuple3 like:
A, type, t1
A, hasStatus, B
B, type, t2
B, atTime1, C
B, atTime2, D
C, type, t3
C, name, c
D, type, t3
D, name, d
D, someAttr, d
Now I want to be able to find whether exists a path for A->(?