Temporal PathFinder

def pathFinder(W,q=inf):
   nr = len(W); PF = W
   Z = MatClosure(W)
   for u in range(nr):
      for v in range(nr):
        pf = []
#       for t in T:
#          if Z[u][v][t] != W[u][v][t]: pf.append(W[u][v][t])
        PF[u][v] = pf
   return(PF)
tq/time/pf.txt · Last modified: 2016/05/26 09:23 by vlado
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki