How to spread changes in oriented graph?

Posted by joseph on Stack Overflow See other posts from Stack Overflow or by joseph
Published on 2010-03-18T16:09:47Z Indexed on 2010/03/18 16:31 UTC
Read the original article Hit count: 450

Filed under:
|
|

Hello. I have oriented graph. Graph can be strongly connected. Every vertix can have a set of anything, for example letters. The set is user editable.

Every vertix makes intersection of sets in previous vertices (only one step back).

But now, there is problem: When I update set of one vertex, the change should expand to all vertices and uptate their intersection of sets of previous vertices.

How to do every vertex have correct intersection after update of any vertex? Restriction: algorithm must avoid to stick in infinity.

Any idea how to solve it?

© Stack Overflow or respective owner

Related posts about graph

Related posts about graph-theory